[Mono-list] C# predefined libraries source code reference?
Ian Norton
ian.norton-badrul at thales-esecurity.com
Sat Feb 4 17:26:08 UTC 2012
Chiel92 <ctje92 at gmail.com> 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 - Mono-list at lists.ximian.com
>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
More information about the Mono-list
mailing list