Sublime Forum

Showing class names in show_overlay goto functions

#1

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?

0 Likes

#2

The symbol transformation for that panel is done in the Symbol List so this would be right place to look at. Unfortunately I don’t think such a transformation is possible without reimplementing the overlay.

2 Likes