Extension for Visual Studio Code allowing the visualisation of glyphs/icons of an svg file.
- Upload as many SVG files as you want
- Viewing glyphs/icons
- Search by name in glyphs/icons
- Customise glyphs/icons colours
- To open the viewer window :
- Add a file using "add file" button
- Enjoy !
glyphviewer.backgroundColor: Hexadecimal code of a colour for the - background of each icon. Can set the opacity by extending the hexadecimal.glyphviewer.forgroundColor: Hexadecimal code of a colour for the background of each icon. Can set the opacity by extending the hexadecimal.
Initial release
- Fix
- #4 : Apply search when adding new file
- #5 : Rework the style with css variables to ensure it is displayed correctly in the light theme
- #7 : Extension don't crash when a file is not found. Display an error message to user
- #8 : allow to load files which are not in the workspace by replacing custom function (shame on me) by node modules (path)
- Optimization
- #6 : Reduce extension size and loading time by bundling and excluding files
- Fix
- switching from webpack to esbuild
- Adding missing dependencies (codicons & webview-ui-toolkit)
