[Mono-osx] Xcode auto complete
Tim Davis
binary.method at gmail.com
Wed Apr 30 09:25:29 EDT 2008
Hey Bill,
I may be wrong, but from the research I did on this a few weeks ago I
figured out that XCode doesn't use a code completion database, like
MonoDevelop and other editors, it appears that it parses the
Include .h files from whatever frameworks and such you use in your
project. The only thing I can think of would be to try and somehow
tricking XCode into using a faux .h file that contains the prototypes
for .NET language. But...I'm not sure if that would even work.
Something I'll need to try.
Later,
Tim
On Apr 29, 2008, at 4:32 PM, Bill Nalen wrote:
> I've managed to get my asp.net project to build and run from within
> Xcode using both xsp2 and mod_mono and the built in Apache. I'm using
> the latest Xcode, a makefile and a shell script to run instead of the
> Xcode plugin stuff. Everything is working fine. I do miss the auto
> complete feature from vs.net though. Has anyone gotten this to work?
>
> I'm also assuming the answer is still no to getting the debugger
> working on OS X.
>
> Thanks
> Bill
>
> _______________________________________________
> Mono-osx mailing list
> Mono-osx at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-osx
More information about the Mono-osx
mailing list