Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LSP Find references support #283

Open
ghost opened this issue Jan 26, 2020 · 1 comment
Open

LSP Find references support #283

ghost opened this issue Jan 26, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 26, 2020

Hi Maralla,

Love your plugin and that fact that you've added basic LSP support to it. Would it be possible to add 'Find references' support as well similar to what is supported by other LSP plugins (https://github.com/prabirshrestha/vim-lsp, https://github.com/autozimu/LanguageClient-neovim). Find references and find definition are the main actions I think most people use in LSP and right now it seems only one of them is supported. Could you support find references as well please.

Thanks.

@maralla
Copy link
Owner

maralla commented Jun 7, 2020

The support for finding references is implemented in d218114.

Call the function :call completor#do("references") to show the references. You can map a key for convenience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant