duckdoom4
duckdoom4
Please check if this is still an issue as of v2.1.0-pre-release
In the new-syntax branch I build a tokenizer that can be used to count tokens, so should be very easy to implement a word counter there. I do wonder what...
Ah I see, so what you're saying is you would like to know specifically, the dialog word count? I can see a use for that, if we make a tiny...
Thanks for the bug report! This is actually a diagnostics error. We'll try to fix it as soon as we can, unfortunately because we plan on updating the diagnostics code...
What kind of formatting are you looking for? Code formatting can probably be solved by installing a second extension.
What kind of formatting would you like to achieve specifically? If it's something small and not too difficult to implement (and benefits everyone), I might try to implement it. Even...
I do have it setup in our current development workspace for typescript, json and python files. Though to be completely honest I am not sure if it actually works on...
I suppose you mainly want this to function within the python scopes? Maybe it's possible to apply a formatter to a scope? Auto indentation should work, if it doesn't then...
I still recommend prettier if it works. You can look through [this](https://marketplace.visualstudio.com/search?target=VSCode&category=Formatters&sortBy=Relevance) list for all available formatters. (Please let us know if you found a nice/working one. Then we can...
Ah I didn't read your edit. Any help is appreciated :). You can find a bit of documentation [here](https://code.visualstudio.com/blogs/2016/11/15/formatters-best-practices). As for how to implement it, try to keep it as...