React Redux ES6 Snippets for VS Code

Visual Studio Code is designed to be incredibly extensible, and Microsoft has provided some great tooling for getting started with developing extensions. I’ve been wanting some snippets for React-Redux development that use the ES6 arrow function syntax, so I decided to build out a little VS Code extension so I could have them both at home and at work.

Here’s an example of the container snippet. (If the image doesn’t scale properly, here’s a direct link.)

The extension is published on the VS Code Marketplace, and can be installed in Code by searching for React Redux ES6 Snippets. Please let me know if you run into any issues or think the snippets could be improved in any way.

The source code is available on my GitHub. As this is my first extension, I welcome any comments or contributions, either here or on my GitHub.