


So, the purpose of this article is to offer a JavaScript alternative to the official examples, and offer some insight and opinions on building extensions. Customizing something you use a lot can be enormously rewarding. Being able to hack your code editor in a language that you know already is a great opportunity. Not everyone has the experience to make this corollary, and I think it would be a shame if that fact passes people by. If you are more experienced, you may be saying “duh, that’s obvious it’s an electron app”. If you read the docs, it may not be apparent that you can build an extension in JavaScript. Microsoft is behind VS Code and TypeScript, so that is not unexpected. The official docs for the VS Code API are oriented towards TypeScript and all of the examples are written in TypeScript. ^ Write an extension in TypeScript or JavaScript or CoffeeScript - whatever script you prefer! This is not meant to be contentious. Open a project in VS Code in a flash 📂⚡.VS Code - Catch errors in your markdown files.Migrating from VS Code to VS Codium on Linux painlessly.VS Code - You don't need a formatting extension (Prettier and friends).VS Code - What's the deal with the telemetry?.Setting up VS Code for Java development.VS Code keyboard-fu: custom keyboard shortcuts that will boost your productivity.VS Code: You don't need that extension part 2.VS Code - Quickly increment and decrement numeric values with keyboard shortcuts.How to write great snippets that anyone can use VS Code - Snippets are not bash aliases.VS Code - Get type checking in JavaScript easily.VS Code - How many extensions should I use?.Write a VS Code extension in JavaScript, not TypeScript ^.Add intellisense for third-party JavaScript libraries in VS Code (it is not always automatic).How to run a command automatically in VS Code when you open a project.Customise VS Code for a project, or per language.The easy way to find the perfect font and theme combination.
