Sublime Forum

How to know what package is running for an open file

#1

I’m using Xsl syntax, and tapping call I get a snippet of code.
I would like to know if that snippet comes from snippets, from the Xslt syntax abbreviations, from Emmet, from somewhere else.
How do I know what is running on the background in my working file?

Thank you very much

0 Likes

#2

XSLT Snippets seems to provide snippets for call.

The only way to find it is to investigate packages and source code. There’s no general debugging endpoint telling where a certain completion/snippet is comming from.

1 Like