OmniSharp / omnisharp-vim

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

Snippet for generic types #796

Closed nickspoons closed 2 years ago

nickspoons commented 2 years ago

This PR refactors completions slightly, allowing passing completion 'startpos' locations which allows more fine-grained snippet handling.

Fixes #795