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
Describe the feature and the current behavior/state
Ctrl + click on a tikzstyle label should go to the definition of that tikzstyle. For the moment Ctrl + click works for bibtex references and for predefined commands via \newcommand.
Example:
line 1: \tikzstyle{miaou} = [circle]
line 2:
...
line 41 \begin{tikzpicture}
line 42 \node[miaou] {e};
line 43 \end{tikpicture}
Ctrl + clicking on "miaou" line 42 should move the user to line 1.
Who will benefit with this feature?
Any users that use the tikz package.
Any Other info
The text was updated successfully, but these errors were encountered:
Describe the feature and the current behavior/state
Ctrl + click on a tikzstyle label should go to the definition of that tikzstyle. For the moment Ctrl + click works for bibtex references and for predefined commands via
\newcommand
.Example:
Ctrl + clicking on "miaou" line 42 should move the user to line 1.
Who will benefit with this feature?
Any users that use the tikz package.
Any Other info
The text was updated successfully, but these errors were encountered: