Re: [Mono-list] C# predefined libraries source code reference?

2012-02-06 Thread ctje
I have played a bit around with the vi keybindings in MonoDevelop, but I think it lacks too much vim features. I could start implementing them, but I don't think it's good to reimplement an editor for each language you can think of. There is indeed a lot of discussion going on about wether to use j

Re: [Mono-list] C# predefined libraries source code reference?

2012-02-06 Thread Chiel92
Many thanks for pointing that out! I spent quite a while looking for such a thing (on google as well as in the preferences of monodevelop). I couldn't find it though. Thanks again! On Sun, Feb 5, 2012 at 5:18 PM, Bojan Rajkovic-3 [via Mono] < ml-node+s1490590n4359179...@n4.nabble.com> wrote: > M

Re: [Mono-list] C# predefined libraries source code reference?

2012-02-05 Thread Bojan Rajkovic
MonoDevelop has Vim bindings. —Bojan On Feb 4, 2012, at 1:59 PM, ctje wrote: > Thanks for replying! > I know about MonoDevelop and I think it is a good alternative to visual > studio. > But it lacks the awesome vimbindings, without I just can't program > comfortable. > > > On Sat, Feb 4, 201

Re: [Mono-list] C# predefined libraries source code reference?

2012-02-04 Thread ctje
Thanks for replying! I know about MonoDevelop and I think it is a good alternative to visual studio. But it lacks the awesome vimbindings, without I just can't program comfortable. On Sat, Feb 4, 2012 at 6:26 PM, Ian Norton < ian.norton-bad...@thales-esecurity.com> wrote: > Chiel92 wrote: > > >

Re: [Mono-list] C# predefined libraries source code reference?

2012-02-04 Thread Ian Norton
Chiel92 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 an

[Mono-list] C# predefined libraries source code reference?

2012-02-04 Thread Chiel92
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