-
Notifications
You must be signed in to change notification settings - Fork 185
Closed as not planned
Labels
Description
Is your feature request related to a problem? Please describe.
There is an option (show_references_in_quick_panel
) to choose whether Find References
should use the Output Panel or the Quick Panel for showing references but while I usually want to use the Quick Panel, occasionally I would want to have it output to the Output Panel so that I can jump between all references without having to re-trigger "Find References" all the time.
Describe the solution you'd like
- Extend
lsp_symbol_references
with a parameter to choose which output format to use. - (Optionally) Expose additional command in the Command Palette/Menus. In that case, figure out the name and how it should be named depending on what is the state of the
show_references_in_quick_panel
option.
Describe alternatives you've considered
Toggling the show_references_in_quick_panel
when needing to use the Output Panel occasionally.