neoclide / coc.nvim

Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
Other
24.37k stars 956 forks source link

How to exclude files (ex : *pb.h, *pb.cc) by using gr (gotoreferences) ? #4837

Closed zakalla closed 9 months ago

zakalla commented 9 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

fannheyward commented 9 months ago

coc.nvim is an LSP client, sends textDocument/references to language server, displays the respond locations.

For this excluding feature, requires the language sever support not to return.