matype / stylefmt

stylefmt is a tool that automatically formats stylesheets.
Other
2.1k stars 89 forks source link

Plugin for Visual Studio Code #149

Closed athyuttamre closed 8 years ago

athyuttamre commented 8 years ago

Has anyone made a plugin for VSCode? A lot of Typescript developers use it on a day to day basis, and would be awesome to link to it if someone has.

If not, I'll give it a shot. Would love any guidance if someone has experience authoring vscode plugins.

matype commented 8 years ago

@athyuttamre OK, I will try to create it :)

athyuttamre commented 8 years ago

Yay, thanks @morishitter! :D

athyuttamre commented 8 years ago

Let me know if I can help in any way though, happy to contribute. (Although I don't have much experience with VSCode specifically, I don't imagine it being too hard.)

mrmlnc commented 8 years ago

I can make this plugin. Tonight or tomorrow morning. Or you can use this plugin as boilerplate.

matype commented 8 years ago

@mrmlnc Actually, I have never created VSCode plugins. Please give me your help. Thanks :D

mrmlnc commented 8 years ago

Waiting for #151

mrmlnc commented 8 years ago

@morishitter, @athyuttamre done.

Marketplace: https://marketplace.visualstudio.com/items?itemName=mrmlnc.vscode-stylefmt GitHub: https://github.com/mrmlnc/vscode-stylefmt

For installation use: F1 -> ext install -> stylefmt or code --install-extension mrmlnc.vscode-stylefmt in terminal.

matype commented 8 years ago

@mrmlnc Good stuff! Thanks :D

athyuttamre commented 8 years ago

@mrmlnc This is amazing, thanks so much!