OmniSharp / omnisharp-vim

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

Add FZF support for find members #748

Closed e82eric closed 2 years ago

e82eric commented 2 years ago

Hi! Wanted to check if you would be interested in adding FZF support for find members. Took a quick pass at it based on the work from find usages and it worked. https://github.com/OmniSharp/omnisharp-vim/pull/621.

Let me know what else needs to be added and I can update the PR.

nickspoons commented 2 years ago

This looks good, thanks.

Would you mind adding the new g:OmniSharp_selector_findmembers variable to the help (doc/omnisharp-vim.txt)?

e82eric commented 2 years ago

Just added, wasn't sure if I got the formatting right.

nickspoons commented 2 years ago

Thanks very much, @e82eric!

nickspoons commented 2 years ago

Whoops sorry! I forgot to merge 😂

DanielShuey commented 2 years ago

Beautiful! Absolutely worth the wait! You guys are the best!