Writing style checkerA VSCode extension that provides opinionated style checking for the English language. Heavily inspired by the Hemingway editor. Use it on markdown files that go with code, for example repository READMEs. It will force you to write short, simple sentences in the active voice. You'll end up with documentation that's easier to understand. It checks for:
InstallationInstall from the (VSCode Marketplace)[https://marketplace.visualstudio.com/items?itemName=alex9smith.writing-style-checker]. Known issues
To do
Developing the extensionPull requests are very welcome. Please include unit tests for any new features. You can run the test suite at the command line:
Since this is a VSCode extension you can also run the tests with the built in debugger. Go to 'Run and Debug' (⇧⌘D), select 'Extension Tests', set a breakpoint and press F5 to start the debugger. |