Sublime Forum

How to view goto_reference panel

#1

like this { “keys”: [“ctrl+q”], “command”: “show_panel”, “args”: {“panel”: “output.find_results”}

I want to show the panel of goto_reference or definition last find instead of cursor。
maybe { “keys”: [“alt+q”], “command”: “show_panel”, “args”: {“panel”: “goto_reference”} ,sure it no work

This is very important to me. I need to check every reference many times, and the open panel will block my view. When I finish reviewing, I often lost the panel. If necessary, I can also try to develop my own plug-in. think,:grinning:

0 Likes

#2

There’s no built-in goto_reference or goto_definition panel which works like find_results.

The built-in GUIs used to find definitions or references are

  1. the Goto Definition popup which appears when hovering symbols
  2. the Goto Quick Panels via F12 for defintions or shift+F12 for references.
0 Likes