Closed t-buss closed 3 years ago
Thanks @tbuss93. Now, I am only focusing on LaTeX
syntax. I need more time to develop it.
My two cents: I think this extension should just focus on grammar. I am right now using it with the texlab extension, and together I think they provide a good alternative to using Latex workshop that tries to go too much. For example, the ctrl-click is supported by texlab - it very nicely implement the LSP.
I would even go to the length of removing the snippets, and potentially have them as a separate extension, as they may be colliding with some user-defined ones.
My two cents: I think this extension should just focus on grammar. I am right now using it with the texlab extension, and together I think they provide a good alternative to using Latex workshop that tries to go too much. For example, the ctrl-click is supported by texlab - it very nicely implement the LSP.
I would even go to the length of removing the snippets, and potentially have them as a separate extension, as they may be colliding with some user-defined ones.
That is a good idea. Thank for your suggest. I think I'll close this issue.
The
\input{someFile}
command is used to insert other files from the project directory in the document. It would be nice if you could ctrl-click on the "link" inside the command to open the referenced file in a new tab