Skip to content

Goto definition for tikz style #4060

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
francoisschwarzentruber opened this issue Apr 26, 2025 · 1 comment
Open

Goto definition for tikz style #4060

francoisschwarzentruber opened this issue Apr 26, 2025 · 1 comment

Comments

@francoisschwarzentruber

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

@samcarter
Copy link
Contributor

samcarter commented Apr 28, 2025

Unrelated to this query, but please note that \tikzstyle is obsolete. You should use \tikzset instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants