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

VSCode: Implement reference browser command (editor.action.referenceSearch.trigger) #566

Closed
Ciantic opened this issue Sep 24, 2020 · 2 comments
Labels
feature request New feature or request Fixed Fixed in master branch. Pending production release.

Comments

@Ciantic
Copy link

Ciantic commented Sep 24, 2020

Is your feature request related to a problem? Please describe.

VSCode has this command to list and browse references, command for that is called editor.action.referenceSearch.trigger

Example from JS file, it can be used to browse and navigate between references:

image

I use it all the time in other languages to navigate. This is a missing feature from the language server I think. It could be added to the checkbox list in here: #83

Thanks for considering.

@dummdidumm dummdidumm added the feature request New feature or request label Sep 24, 2020
@dummdidumm
Copy link
Member

LSP Spec which we would need to implement.

dummdidumm pushed a commit to dummdidumm/language-tools that referenced this issue Sep 25, 2020
dummdidumm added a commit that referenced this issue Sep 25, 2020
@dummdidumm dummdidumm added the Fixed Fixed in master branch. Pending production release. label Sep 25, 2020
@dummdidumm
Copy link
Member

Find references now works inside Svelte files. Note though that you will not find references of Svelte files when doing the "find references" search from a TS/JS file. This is tracked in #580 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request Fixed Fixed in master branch. Pending production release.
Projects
None yet
Development

No branches or pull requests

2 participants