Open BrandonZahn opened 1 month ago
JetBrains IntelliJ IDEA 2024.2.2
Windows 11
0.9.7
\documentclass{article} \usepackage{svg} \svgsetup{ inkscapepath=../out/svg-inkscape } \begin{document} \begin{figure} \centering \includesvg[width=\textwidth]{svg/filename} \caption{Test svg diagram} \label{fig:testsvg} \end{figure} \end{document}
When pressing CTRL + SPACE while the cursor is at svg/filename, file name and path suggestions are suggested to the user
When pressing CTRL + SPACE, there are no suggestions.
Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version
JetBrains IntelliJ IDEA 2024.2.2
Operating System
Windows 11
TeXiFy IDEA version
0.9.7
What I did (steps to reproduce)
Minimal example to reproduce the problem
Expected behavior
When pressing CTRL + SPACE while the cursor is at svg/filename, file name and path suggestions are suggested to the user
Actual behavior
When pressing CTRL + SPACE, there are no suggestions.
(if applicable) The full stacktrace of the exception thrown