marlongerson / jetbrains-icons

7 stars 3 forks source link

Icons in code #6

Open LuanRoger opened 3 years ago

LuanRoger commented 3 years ago

I don't know if this is possible, but I want to suggest implementing icons within the editor, for example, replacing InteliSense icons:

DefaultIcons

with ReSharper ones?

marlongerson commented 3 years ago

This is a good idea and I would like to add this in the future. But it looks like it's currently not possible to customize with SVGs. https://github.com/microsoft/vscode/issues/92791#issuecomment-640406650

LuanRoger commented 3 years ago

That's not a problem, there is a script in .TS that converts SVGs into .woff created by @PKief for his project. I tried to do it myself, but I couldn't get the Resharper icons in .svg format 😞.