My First Stab at a Grammar Extension for VS Code
Let me start off by saying that this isn't necessarily the best Visual Studio Code extension out there and - frankly - it's probably near the bottom. But it's a beginning and probably the easiest experience I had building an extension yet. So what did I build?
I've been using spell checking extensions in VS Code for sometime. (My current favorite is Spell Right). While the extension is good for catching spelling mistakes, it doesn't handle grammar. Grammarly has a pretty cool tool for checking grammar but doesn't have an API. When I asked about this on Twitter, the folks at LanguageTool chimed in to share that they did have an API and it was free to use. Their service is free (with a premium upgrade option) so I decided to give it a whirl.
Read full article from My First Stab at a Grammar Extension for VS Code
No comments:
Post a Comment