davidlday / vscode-languagetool-linter

A from scratch redesign of LanguageTool integration for VS Code.
https://marketplace.visualstudio.com/items?itemName=davidlday.languagetool-linter
Apache License 2.0
149 stars 11 forks source link

Support all file formats? #529

Open jtagcat opened 1 year ago

jtagcat commented 1 year ago

Describe the solution you'd like IIRC there is a standard interface for VSCode (hopefully extensions as well) for semantic file contents. VSCode language supports implement the other side.

It should give out a consumable tree 'eg from a to b is text'.

Describe alternatives you've considered

528

ccoVeille commented 6 months ago

hi @davidlday I see you added a new version recently. Thanks for maintaining the app.

I appreciate your work.

Can you tell us if you are planning to work on this issue ?

It's something I'm waiting for long.

I mean I have to copy and paste my comments or rename my file into plain text to be able to apply LanguageTool on comments

BTW, there is @dustinblackman working on something equivalent https://github.com/dustinblackman/languagetool-code-comments

Maybe you could talk about it together. https://github.com/dustinblackman/languagetool-code-comments/issues/1

davidlday commented 6 months ago

@ccoVeille - yeah, I can sync up with the other project and start work on it.