Can we write extensions for Visual Studio Code?
Atom supports custom packages
Can we build an extension?
You can browse and install extensions from within VS Code. Bring up the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of VS Code or the View: Extensions command (Ctrl+Shift+X). This will show you a list of the most popular VS Code extensions on the VS Code Marketplace.
VS Code extensions support two main languages: JavaScript and TypeScript.
As of 18/11/2015 it is indeed possible to create extensions for Visual Studio Code.
There are many extensions already available on the Visual Studio Marketplace
You can read more about it in: Extending Visual Studio Code
You could try to create a specific language support by create a new directory under C:\Users\username\AppData\Local\Code\app-0.1.0\resources\app\plugins, the format doesn't seem that difficult to understand.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With