What I learned by building my own VS Code extension
VS Code is slowly closing the gap between a text editor and an interactive development environment (IDE). At the core of this extremely versatile and flexible tool lies a wonderful API that provides an extensible plugin model that is relatively easy for JavaScript developers to build on. With my first extension, VS Code All Autocomplete, reaching 25K downloads, I wanted to share what I learned from the development and maintenance of it with all of you.
Trivia! Visual Studio …
The post What I learned by building my own VS Code extension appeared first on CSS-Tricks.




