Jerome Lelong
Jerome Lelong
Colorising compiler outputs would be nice. The related syntax files would go in LaTeX-Workshop. I can have a look it. Is the proposed API already in the Insider version?
@James-Yu I do not think adding an extra setting will help here. We are discussing completions for specific packages, which are only made available once the package is actually included....
@orbitoo If you are still interesting in seeing completion for physics back, I need your help. I have resurrected the completion file in a separate branch `physics`. You can fork...
Hmm, easier said than done unfortunately. There is currently no way to define a list of possible completion values for a command (optional) argument. That would be awsome!
Unfortunately, GPL 3.0 stuff cannot be included in a project with MIT licence. Yet, there is no licence on https://github.com/LaTeXing/LaTeX-cwl where the `.cwl` files we use come from and the...
It is a little more complicated than it looks. On Windows/Linux, `ctrl+m` is used by vscode for `editor.action.toggleTabFocusMode`. Because, we use `ctrl+m` as a prefix, it deactivates vscode's default shortcut....
This requires some refactoring of the current _Outline_ feature. The main difficulties I can imagine: - the leading `%` in dtx files is not a comment - everything inside `macrocode`...
I implemented syntax highlighting for `.dtx` files two years ago. This is what actually motivated me to start contributing to this extension. I do not think this is out of...
This issue only deals with snippets for the physics package. Maths preview is provided by mathjax and to the best of my knowledge there is no mathjax support for the...
@ja-gooding very good news. Then, it is sufficient to add `physics` to [`latex-workshop.hover.preview.mathjax.extensions `](https://github.com/James-Yu/LaTeX-Workshop/wiki/Hover#latex-workshophoverpreviewmathjaxextensions) for math preview to support the `physics` package.