We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Refs: #106929
Complexity: 4
Create Issue
The references viewlet has been reworked and now allows to show arbitrary contents via an extension API.
The text was updated successfully, but these errors were encountered:
@jrieken I am a little bit puzzled. How to I talk to the reference viewlet. The API list only interfaces. So how I get to the instance ?
Sorry, something went wrong.
Like so
const api = await vscode.extensions.getExtension<Api>('ms-vscode.references-view')?.activate();
Thanks!
SymbolTreeInput.resolve
ProviderResult
Promise
SymbolTreeModel.provider
alexdima
No branches or pull requests
Refs: #106929
Complexity: 4
Create Issue
The references viewlet has been reworked and now allows to show arbitrary contents via an extension API.
The text was updated successfully, but these errors were encountered: