OmniSharp / omnisharp-vim

Vim omnicompletion (intellisense) and more for C#
http://www.omnisharp.net
MIT License
1.72k stars 168 forks source link

Added OmniSharpFindType command. #615

Closed juliuszint closed 4 years ago

juliuszint commented 4 years ago

This new command behaves exactly like OmniSharpFindSymbol, but only for types. The main motivation was improved performance. The SymbolFilter parameter in the /findsymbols endpoint got added with the merge of pull request #1823. A version of omnisharp-roslyn with this PR included needs to be installed.

I have only tested the stdio codepath so far.

nickspoons commented 4 years ago

Awesome thanks, and nice work on the OmniSharp-roslyn PR too

nickspoons commented 4 years ago

OmniSharp-roslyn v1.35.4 is now available, including the server changes necessary for :OmniSharpFindType