I work frequently with classes that look like this:
This is the command btw:
"command": "show_overlay", "args": {"overlay": "goto", "text": "@"}
How can I modify this overlay to show which class the polymorphic function belongs to?
I’ve looked into Window.show_quick_panel. Is that a good start?