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
I'd expect this keybinding to execute "Dismiss" on the currently selected reference item, similar to when you right click -> Dismiss in the reference view.
Other info:
I have tested various keybindings, ensured no clashing keybindings, restarted vscode, and messed with the "when" conditionals quite a bit.
I cannot get references-view.removeReferencesItem, references-view.removeCallItem or references-view.removeTypeItem to do anything regardless of my keybinding or editor state.
I can't get references-view.refind to work either.
references-view.next, references-view.previous, and references-view.findReferences work fine (and are very handy!)
I installed latest VS Code in a Windows 11 VM and tested there with the exact same results.
Am I doing something wrong? I'm real interested in those removeReferences bindings but I just can't get them to do anything for the life of me.
The text was updated successfully, but these errors were encountered:
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.
This response confuses me a bit. I suppose the implication is that the functionality was never implemented, but has unmarked placeholder entries in the UI?
EDIT: Dug up another issue where the same thing happened. #200465
Clam-
linked a pull request
Jan 8, 2025
that will
close
this issue
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
Keyboard Shortcuts
preferences window.references-view.removeReferenceItem
(Dismiss) to a keybindingreferences-view.removeReferenceItem
keybind.Expected behavior:
I'd expect this keybinding to execute "Dismiss" on the currently selected reference item, similar to when you right click -> Dismiss in the reference view.
Other info:
references-view.removeReferencesItem
,references-view.removeCallItem
orreferences-view.removeTypeItem
to do anything regardless of my keybinding or editor state.references-view.refind
to work either.references-view.next
,references-view.previous
, andreferences-view.findReferences
work fine (and are very handy!)Am I doing something wrong? I'm real interested in those removeReferences bindings but I just can't get them to do anything for the life of me.
The text was updated successfully, but these errors were encountered: