You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today LSP specification support textDocument/references which works with symbol. It would be nice if LSP specification could provide a new LSP feature like file/references to find references from a file selected in the explorer.
Takes a sample with the HTML language server.
Given this HTML file:
<html><linkhref="foo.css" />
</html>
It would be nice to open the contextual menu from the foo.css and have a Find File References menu
to retrieve the index.html as find file references.
Today LSP specification support
textDocument/references
which works with symbol. It would be nice if LSP specification could provide a new LSP feature likefile/references
to find references from a file selected in the explorer.Takes a sample with the HTML language server.
Given this HTML file:
It would be nice to open the contextual menu from the
foo.css
and have aFind File References
menuto retrieve the
index.html
as find file references.//cc @aeschli
The text was updated successfully, but these errors were encountered: