Note: This is a new project under development. Expect it to be incomplete and unreliable until the initial release.
Write VS Code extensions using Python
Note: This project has no official affiliation with Microsoft.
VSCode extensions are typically written in Typescript and directly interact with VS Code. However, not everyone interested in writing an extension for VS Code is comfortable using Typescript. We will focus here on helping those that are comfortable with Python.
The project is comprised of 2 parts:
- a library that facilitates interacting with VS Code
- a tool to generate and manage a VS Code extension