8 ms·
In my experience, VS Code’s extension system really shines here. There are also boilerplate repos out there to get started.
by compacct27 2y ago
In my experience, VS Code’s extension system really shines here. There are also boilerplate repos out there to get started.
- dualogy 2y ago> There are also boilerplate repos out there to get started. Should be unnecessary (and might be outdated unless meticulously maintained) IF one chooses to just follow the VSC API docs' `yo code` approach. Which generates the project structure with a simple hello `extension.ts` IIRC.
- aphantastic 2y agoThey are meticulously maintained, and far more comprehensive than yo code.