AREA44 / vscode-LaTeX-support

LaTeX language support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=torn4dom4n.latex-support
MIT License
21 stars 6 forks source link

Quicklinks in \input command #2

Closed t-buss closed 3 years ago

t-buss commented 6 years ago

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

torn4dom4n commented 6 years ago

Thanks @tbuss93. Now, I am only focusing on LaTeX syntax. I need more time to develop it.

coxackie commented 3 years ago

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.

torn4dom4n commented 3 years ago

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.