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
Thank you for your response. The issue I'm experiencing in latex-mode is with the path completion feature, which is a non-LSP functionality. I'm not entirely sure, but it seems that this might not be heavily related to the type of programming language I'm using. So I don't know how to give you code example.
Nonetheless, I can provide a use case where I want to enable this feature in latex-mode. For instance, when I use the \includegraphics command, I want to be able to quickly complete the file path based on the current directory:
\documentclass{article}
\begin{document}
Lorem ipsum dolor sit amet, qui minim labore adipisicing minim sint cillum sint consectetur cupidatat.
\includegraphics[width=5cm]{"./test.png"}
\end{document}
I hope this example helps you understand the issue better. Please let me know if you need any further information.
在LaTeX中不能使用路径补全,在其他语言(julia, python, fortran ,cpp)中都可以。
下图是在LaTeX当中的情况:
期望得到:
最小配置:
The text was updated successfully, but these errors were encountered: