Vim omnicompletion for C#

Viewed 2988

I was wondering if there is any tool like OmniCppComplete for C# (method signature shown in the abbreviation is what I'm most interested in). I've searched everywhere with not avail.

Update: I'll be editing mostly from a shell terminal so please refrain from suggesting GUI alternatives to Vim.

5 Answers

You can try OmniSharp. Its omnicompletion shows method signatures:

omnicompletion shows method signatures

The latest version includes an installer (for linux/mac/unix and windows) to eliminate installation issues. (It was much easier than last time I tried!)

This seems to be a bit stale. You may just want to download the PHP omnicomplete file (or any other one, but I know that's available). Then change the names of functions, classes, keywords, etc. to be the C# equivalents. Add it to your plugins directory and upload for all to use!

Related