Built a visual browser for VSCode Material Icon Theme icons #3138
Replies: 3 comments 3 replies
-
Hi @aqz236, thank you for sharing your project! While reviewing your work, I noticed a few areas that might benefit from some improvements. I wanted to mention that we already provide all icons, as well as an API for generating the latest manifest, via our npm package. Integrating this package could help streamline updates for your project and ensure all icons are included correctly. Currently, some icons—such as those for "svelte"—are missing from your repository's icons folder. These icons are not checked into the vscode-material-icon-theme repository itself, but are generated with each new release and included with the npm module. For reference, here's a screenshot where certain icons are not being displayed as expected: ![]() Additionally, it would be a great improvement to showcase the icons on both light and dark backgrounds, since their appearance can vary depending on the theme. This is just a minor feature suggestion, but I believe it could be helpful for others. Once again, thank you for your work on this project. Please feel free to let us know if you would like further feedback or if you have any questions about integrating the npm package. Looking forward to seeing future updates! |
Beta Was this translation helpful? Give feedback.
-
Added a color matching filter, allowing users to select their preferred color and quickly locate the desired icon. |
Beta Was this translation helpful? Give feedback.
-
So useful! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Got tired of guessing icon names when configuring VSCode themes, so I made this simple browser.
Shows all Material Icon Theme icons in a searchable grid. Click any icon to copy the actual string you need - like "rust" instead of "folder-rust". Also filters by file vs folder icons.
Live version: https://vscode-material-icon-preview.vercel.app/
Source: https://github.com/aqz236/vscode-material-icon-preview
Built with React + TanStack Router. The project includes the original Material Icon Theme source, so icons stay up to date.
Probably useful if you're customizing file associations or just want to see what icons are available.
Beta Was this translation helpful? Give feedback.
All reactions