Forwardsearch does not appear in Tools>Latex, searching with double-shift finds it and shows shortcut strg+alt+shift+. but shortcut does not work #2534
-
Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and versionIntelliJ IDEA 2022.1.3 Operating SystemWindows 10 Home 21H2 TeXiFy IDEA version0.7.18 What I did (steps to reproduce)Searched for forwardsearch in Tools>Latex, but does not appear there. Minimal example to reproduce the problemFile > New > Project > LaTeX > Create > Go to main.tex > Spam "Hello world" with line break to create multiple pages > Place caret on line which is not shown in the PDF Viewer preview > [Alt 1|Alt 2]. Alt 1: press strg+alt+shift+. > See nothing happen. Alt 2: Go to Tools > Latex > See forwardsearch not being there. \documentclass{article}
\begin{document}
Hello world
\newpage
Hello world
\end{document} Expected behaviorShow element on position of caret in PDF Viewer preview. Actual behaviorNot doing anything. (if applicable) The full stacktrace of the exception thrown
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Did you compile the document before trying forward search? This compilation step is missing in your description, and it is important to enable forward search, iirc because otherwise TeXiFy cannot know which document to forward search to. I also have an other tip for you: if you want a (test) document with multiple pages, you can use the |
Beta Was this translation helpful? Give feedback.
-
https://github.com/Hannah-Sten/TeXiFy-IDEA/wiki/Built-in-pdf-viewer-support I confirm that, whether the compilation step is executed or not, the "Tools › LaTeX › Forward search" entry does not exist in the menu and the "Ctrl+Alt+Shift+." shortcut does not work. Using PyCharm 2022.1.3 (Community Edition) with Texify 0.7.19 on Linux. |
Beta Was this translation helpful? Give feedback.
-
In Settings > Keymap you can change shortcuts.
Okay, in that case,
[Edit] If the issue persists, try creating a new project, or recreating the project. |
Beta Was this translation helpful? Give feedback.
-
Things are really weird. In my current project, I can confirm that
Now, I was suspecting something wrong with my current project, so I created a new project.
But the weirdest part is that, after the creation of the new project, even after that project was closed
|
Beta Was this translation helpful? Give feedback.
In Settings > Keymap you can change shortcuts.
Okay, in that case,
[Edit] If the issue persists, try creating a new project, or recreating the project.