SVG Scout is a Visual Studio Code extension that helps you discover and manage SVG icons in your project. It scans your codebase for inline SVG icons and presents them in a visual grid, making it easy to find and navigate to specific icons.
Features
🔍 Scans your project for inline SVG icons in various file types (JSX, TSX, JS, TS, HTML, Vue)
📊 Displays icons in a visual grid layout
🔗 Quick navigation to source files
🚫 Respects .gitignore patterns
💻 Works with React, Vue, and vanilla HTML files
[Screenshot of the SVG Scout grid view showing multiple icons]
Installation
Open Visual Studio Code
Press Ctrl+P (Windows/Linux) or Cmd+P (macOS) to open the Quick Open dialog
Type ext install svg-scout and press Enter
Restart VS Code if prompted
Usage
Open a project containing SVG icons
Access SVG Scout in one of these ways:
Press Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (macOS)
Type "Show Icons List" and press Enter
Or use the "SVG Scout: Show Icons List" command from the command palette
[GIF showing how to open and use SVG Scout]
Supported File Types
SVG Scout searches for inline SVG icons in the following file types: