

Luckily for us, there’s a template we can use to bootstrap our project.

Using WebView, you can load custom HTML and JavaSript right into the VSCode. WebView API allows building custom user interfaces beyond what the native VSCode API provides. But when using React, you’re choice is narrowed down to WebView extensions. VSCode allows you to build different types of extensions, from themes to code snippets to code completion. If you’re like me, struggling to use functional programming consistently in your code, you’ll find it useful. It’s an interactive guide for learning Functional Programming using Ramda.JS. Plus it’s a great way to give back to the developer community.Īs a side note: recently I created a VSCode extension using React called The entry barrier for submitting it to the marketplace is surprisingly low, and the process of submission is smooth. In this post, you will learn how to create a customized VSCode extension using React.Ĭreating a VSCode extension is a fun exercise.
