Easy icons is a simple icon theme for visual studio code. Easy icons has two goals:
Icons beside file names make it easier to find files by their extension.
Easy icons has a simple directory structure to make customisation easy. To add your own icon to the package:
-
Add custom icon to the
.\images\
folder. SVG icons are recommended, PNG is fine. -
Open
icon-assignments.json
-
In the Icon definitions section add an entry in the following way (replace
icontag
andcustomicon.svg
):
"_icontag": {"iconPath": "./icons/customicon.svg"},
- In the File associations section, add an entry (replacing
ext
with the extension you wish customise andicontag
with the icontag from step 3):
"ext": "_icontag",
Currently only a small sample of icons is available. These are the icons that I see most commonly. I will be updating the package with icons (especially for languages) regularly, although I have tried to make it as simple as possible for you to add in your own icons as you need them.
Enjoy!