-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Feature RequestFeature: Find All ReferencesFind All References, Peek References, RenameFind All References, Peek References, RenameLanguage ServicefixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.
Milestone
Description
i.e. https://code.visualstudio.com/api/extension-guides/tree-view#tree-view -- the docs don't say it works with the References view container, but it does.
"contributes": {
"views": {
"references-view": [
{
"id": "commentReferences",
"name": "Comment References"
},
...
]
},
...
Also need to register and implement the tree data provider, e.g. vscode.window.registerTreeDataProvider('commentReferences', new CommentReferencesProvider());.
Metadata
Metadata
Assignees
Labels
Feature RequestFeature: Find All ReferencesFind All References, Peek References, RenameFind All References, Peek References, RenameLanguage ServicefixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.