ductran95 / intellij-extra-icons-plugin

:jigsaw: IntelliJ IDEA based IDEs plugin that registers some extra icons for common files like travis.yml, gitlab-ci, jenkinsfile, Git sub-modules, etc.

Home Page:https://plugins.jetbrains.com/plugin/11058-extra-icons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stand With Ukraine

logo
Extra Icons

plugin's version plugin's downloads plugin's license number of contributors

Intellij IDEA (Community and Ultimate) plugin that adds icons for files like Travis YML, Appveyor YML, Git sub-modules, etc.
You can also register your own icons in order to override file icons, but also all IDE icons (including toolbars, menus, etc.). It works with all JetBrains products like IntelliJ (ultimate and community), PyCharm, WebStorm, DataGrip, etc.
To get started with this plugin, please see this guide.

  1. Download
  2. Build
  3. Contribution
  4. Known issues
  5. License
  6. Credits
  7. Screenshots

Download

Download plugin from the JetBrains marketplace or via your IDE: File, Settings..., Plugins, Marketplace.

Build

Install JDK11+. You should be able to start Gradle Wrapper (gradlew). See Gradle commands below.
You may also want to see the development FAQ if you faced an issue.

Gradle commands

$ ./gradlew buildPlugin        # build plugin to build/distributions/*.zip
$ ./gradlew runIde             # try plugin in a standalone IDE
$ ./gradlew dependencyUpdates  # check for dependencies updates
$ ./gradlew verifyPlugin       # validate plugin.xml descriptors as well as plugin's archive structure
$ ./gradlew runPluginVerifier  # check for compatibility issues with IDE
$ ./gradlew test               # run tests

Additionally, take a look at the Makefile script: it contains useful commands to build, run and test the plugin, check for dependencies updates and some maintenance tasks. Show available commands by running make help.

Optimizations

Optionally, you may want to install SVGO in order to optimize SVG icons. Install SVGO with npm install -g svgo, then optimize SVG files by running make svgo.

How to contribute

Please see CONTRIBUTION.md.

Nota: you can test icons with this sample project. This is a project with many empty files. It will help you to verify icon overrides.

Known issues

Please see KNOWN_ISSUES.md and GitHub open issues.

License

MIT License. In other words, you can do what you want: this project is entirely OpenSource, Free and Gratis.
You only have to pay a subscription if you want to support my work by using the version that is published to the JetBrains marketplace. If you don't want to (or can't) support my work, you can still use old releases (up to 1.69), or package and install your own release for free. If you have any question, please see the license FAQ.

Contributors

Screenshots

Dark Screenshot

Screenshot

Config Panel Screenshot

About

:jigsaw: IntelliJ IDEA based IDEs plugin that registers some extra icons for common files like travis.yml, gitlab-ci, jenkinsfile, Git sub-modules, etc.

https://plugins.jetbrains.com/plugin/11058-extra-icons

License:MIT License


Languages

Language:Java 94.7%Language:Kotlin 3.4%Language:Makefile 1.5%Language:JavaScript 0.4%