Chiel92 <[email protected]> wrote:

>Hi all,
>
>I am a C# programmer and I'm eager to set up a vim IDE in which I can
>program C# on linux :)
>I want to create a tags file containing all classes, methods,
>namespaces,
>etc that are included in mono, using ctags. Then I will be able to have
>auto
>completion in vim and more cool stuff. As far as I know I need the
>source
>code from all these libraries for creating such a tags file.
>Where can I get the source from these libraries (if available)?
>
>Thanks in advance for any reply!
>
>Chiel
>
>--
>View this message in context:
>http://mono.1490590.n4.nabble.com/C-predefined-libraries-source-code-reference-tp4357209p4357209.html
>Sent from the Mono - General mailing list archive at Nabble.com.
>_______________________________________________
>Mono-list maillist  -  [email protected]
>http://lists.ximian.com/mailman/listinfo/mono-list

Ctags and vim do sort of with with c#, but monodevelop works about 100 times 
better, plus you get a debugger.

On the other hand, someone could write a simple program to create ctags output 
from an assembly without source.

Ian
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to