IconView is a Visual Studio Code extension that provides an easy way to navigate and manage icon files in your project. It displays icons in a tree view and allows you to open and jump to icon locatio
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
IconView is a Visual Studio Code extension designed to help developers easily navigate and manage icon files within their projects. With this extension, you can quickly locate and open icon files directly from the sidebar.
Features
Icon Tree View: Displays all icon files (.svg, .png, .jpg, .jpeg) within your project in a tree view.
Quick Open: Open icon files with a single click from the tree view.
Jump to Location: Navigate directly to the line and character in the code where the icon is used.
Usage
Activate the Extension: Upon activation, the extension will scan your workspace for icon files and display them in the "Icon Viewer" tree view.
Open an Icon File: Click on any icon in the tree view to open it in the editor.
Jump to Icon Usage: If available, clicking on an icon will also navigate to its usage in the code.
Commands
iconview.openFile: Opens the selected icon file.
iconview.render: Renders and highlights the icon's location in the code.