Yuxuan Lu

Results 64 comments of Yuxuan Lu

https://github.com/tecosaur/LaTeX-Utilities/blob/7f96b3bad1291a6afd55a098aee9e078d6ba3984/src/components/completionWatcher.ts#L368-L374 Can you double-check if `/home/dariol/.config/Code/User/latexUtilsLiveSnippets.json` exisis?

I think it's better to migrate these settings to vscode settings. This would allow vscode's setting sync to work with custom snippets and better following [vscode's guidelines](https://code.visualstudio.com/api/ux-guidelines/settings) I'll implement this...

I just noticed that my feature request (microsoft/vscode#180677) has been implemented. Now I'm putting this feature on my TODO list...

Thank you for your suggestion, this indeed is an interesting and useful feature. However, currently, I don't have time to implement it. I'm putting this on my todo list, and...

Can you try put the absolute path of texcount to config?

This extension assumes a `texcount` command in `PATH`. Can you try putting the path of the `texcount.pl` to `latex-utilities.countWord.path` setting entry?

If it doesn't work, please re-open this issue.

Can you try disabling the live snippets?

Can you make sure that this works with other snippets? As I'm not the one who wrote this, it would take me a while to figure out what this does...