Awesome
vscode-proselint README
Proselint integration for vscode. There are still some features missing - the most important one is the configuration files - but the core functionality works already.
Features
Extension starts checking your document after saving it. You can as well en-/disable extension by pressing a label in the status bar.
Demo:
Requirements
This extension only combines functionality of vscode and proselint. In order to make it work you need to have the proselint binary installed on your computer.
You can install proselint with following command: pip install proselint
Release Notes
0.0.1
Initial release! ᕕ( ᐛ )ᕗ
Enjoy!