PackageDev
PackageDev copied to clipboard
"Definition & Reference" hover for sublime-syntax context names
Is there a way to get this thing for named contexts in .sublime-syntax? Ideally, I'd like the hover to be available (and to include) both definitions and uses... maybe even across files? (e.g. Git Formats/Git Common)

Yes and no. Yes, it is possible, but I would need to remove the string scopes because ST explicitly excludes them currently.
Upstream issue: https://github.com/sublimehq/sublime_text/issues/2546
Thanks. That's exactly what I was looking for.