Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Vscode Svg2 | 159 | 13 days ago | 13 | mit | TypeScript | |||||
A vscode svg langauge support extension | ||||||||||
Vscode Svgo | 43 | 5 months ago | 4 | mit | TypeScript | |||||
Fully featured SVGO extension for Visual Studio Code 🐯 | ||||||||||
Vscode Svg | 19 | 4 years ago | 4 | mit | TypeScript | |||||
A vscode svg langauge support extension |
Fully featured SVGO plugin for Visual Studio Code.
Execute Extensions: Install Extensions
command from Command Palette (Cmd Shift P) and search by svgo.
Also you can install this extension locally by putting symbolic link from ~/.vscode/extensions
to ~/path/to/this/repo
like below.
$ ln -s ~/workspace/github.com/1000ch/vscode-svgo ~/.vscode/extensions/1000ch.svgo-local
Open the Command Palette (Cmd Shift P) and search following commands.
You can also execute these commands from context menu of Explorer or Editor.
You can enable/disable plugins via Configure Extension Settings.
To configure with svgo.config.js
, just put the config file in project root.