You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The behavior of ref and label is hard coded and not configurable.
You may however adapt the source code. Select View > Browse Packages... then open the LaTeXTools folder and the file latex_ref_completions.py.
Then add "th" to the array in this line (i.e. "title", "headname", "tocname", "th") to open the completion for \thref.
I love a feature of LatexTools: if I type \ref{, it automatically scans for all occurrences of \label{…} and offers these for some auto-completion.
How do I customize this? I want to achieve the same behavior with \thref{ and \thlabel{…} instead.
Thanks!
The text was updated successfully, but these errors were encountered: