sleepymalc / VSCode-LaTeX-Inkscape

✍️ A way to integrate LaTeX, VS Code, and Inkscape in macOS
https://pbb.wtf/posts/VSCode-LaTeX-Inkscape/
MIT License
332 stars 21 forks source link

Does this setup work with LatexWorkshop? #32

Closed anandkumar89 closed 7 months ago

anandkumar89 commented 7 months ago

I've installed hyper snips and copied the latex.snips to correct path. I also have LatexWorkshop installed.

many of commands in .snips doesn't seem to activate. Also context doesn't seem to work. Any help would be appreciated.

I use obsidian with latexSuite and shortcuts mentioned there are awesome. Wanted something similar in vs-code.

sleepymalc commented 7 months ago

Definitely, as it's meant to be used together with LaTeX-Workshop. The information you provide is not enough for me to make any guess. But I think one thing you might want to check is to first try some naive snippets and see how it works.

anandkumar89 commented 7 months ago

seems to be working fine now. Previously snips would activate even when not in context. But seems to work fine now. I happened to mix .hsnips from multiple sources.

Thanks for tutorial though. It is helpful.

sleepymalc commented 7 months ago

The context matching is not perfect as the scope will sometimes fail without reasons. You'll need to manually reload scope for this reason.

image