Hannah-Sten / TeXiFy-IDEA

LaTeX support for the IntelliJ platform by JetBrains.
https://hannah-sten.github.io/TeXiFy-IDEA
MIT License
891 stars 87 forks source link

Use synctex in Intellij to jump to code #3515

Closed svbergmann closed 6 months ago

svbergmann commented 6 months ago

It would be a nice feature to use synctex to actually click somewhere in the document and directly jump to the code (the way it works in Overleaf). Currently, this is not working, neither with the internal PDF viewer, nor with Sumatra PDF. Sumatra just opens the .tex file in another editor.

slideclimb commented 6 months ago

This should work for the internal pdf viewer, but you have to hold ctrl while you click.

PHPirates commented 6 months ago

In addition, SumatraPDF has to be configured once: https://hannah-sten.github.io/TeXiFy-IDEA/pdf-viewers.html#sumatra-inverse-search

svbergmann commented 6 months ago

It worked, thank you!