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,