Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michijs/vscode-svg
SVG extension for VS Code that offers auto completion and hover information for all SVG attributes from a simple JSON file.
https://github.com/michijs/vscode-svg
svg vscode-extension
Last synced: about 1 month ago
JSON representation
SVG extension for VS Code that offers auto completion and hover information for all SVG attributes from a simple JSON file.
- Host: GitHub
- URL: https://github.com/michijs/vscode-svg
- Owner: michijs
- License: mit
- Created: 2023-03-13T14:50:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-16T13:24:03.000Z (2 months ago)
- Last Synced: 2024-09-29T08:03:36.395Z (about 2 months ago)
- Topics: svg, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=michijs.vscode-svg
- Size: 703 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SVG
[SVG](https://developer.mozilla.org/es/docs/Web/SVG) extension for VS Code that offers auto completion and hover information for all SVG attributes from a simple JSON file.
This extension uses [vscode-custom-data](https://github.com/microsoft/vscode-custom-data) format and the [`contributes.html.customData` Contribution Point](https://code.visualstudio.com/api/extension-guides/custom-data-extension).
## Install
You can install the extension by one of the following ways:
- Search for `SVG` in extension panel and install it
- Download from [Marketplace](https://marketplace.visualstudio.com/items?itemName=michijs.vscode-svg)
- Download from [GitHub Release](https://github.com/michijs/vscode-svg/releases) page## What is the difference between this package and [jock's](https://marketplace.visualstudio.com/items?itemName=jock.svg)?
- We support the elements and attributes specified for version 2 of SVG and remove several attributes that were deprecated and whose use may be detrimental to your product.
- We do not include references to this package in the element/attribute documentation. So the experience is cleaner.
- We only add elements / attributes support.
- We only add events support.