All Projects â†’ jonathanlermitage â†’ intellij-extra-icons-plugin

jonathanlermitage / intellij-extra-icons-plugin

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

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects
Makefile
30231 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to intellij-extra-icons-plugin

SideMirror
An Android Studio plugin to mirror your android devices with scrcpy directly from Android Studio.
Stars: ✭ 49 (-66.44%)
Mutual labels:  intellij-plugin, jetbrains-ides
TranslationPlugin
Translation plugin for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio.
Stars: ✭ 9,375 (+6321.23%)
Mutual labels:  intellij-plugin, jetbrains-ides
intellij-prisma
Prisma schema file support for IntelliJ IDEs (WebStorm, PHPStorm, Pycharm, RubyMine, ...)
Stars: ✭ 25 (-82.88%)
Mutual labels:  intellij-plugin, jetbrains-ides
Fcm Push Plugin
IntelliJ IDEA plugin to send pushes using Firebase Cloud Messaging (FCM)
Stars: ✭ 177 (+21.23%)
Mutual labels:  intellij-plugin
Jsontokotlinclass
🚀 Plugin for Android Studio And IntelliJ Idea to generate Kotlin data class code from JSON text ( Json to Kotlin )
Stars: ✭ 2,438 (+1569.86%)
Mutual labels:  intellij-plugin
idea-uroborosql-formatter
Beautiful SQL Formatter for IntelliJ Platform
Stars: ✭ 18 (-87.67%)
Mutual labels:  intellij-plugin
intellij-one-dark
One Dark syntax theme for JetBrains IDEs
Stars: ✭ 69 (-52.74%)
Mutual labels:  jetbrains-ides
Intellij Makefile
Makefile support for IntelliJ-based IDEs
Stars: ✭ 164 (+12.33%)
Mutual labels:  intellij-plugin
bootstrap4-snippets
Visual studio extension & Intellij plugin for Bootstrap 4, Font awesome 4, Font Awesome 5 Free & Pro snippets/live templates
Stars: ✭ 113 (-22.6%)
Mutual labels:  intellij-plugin
Arrow Meta
Functional companion to Kotlin's Compiler
Stars: ✭ 246 (+68.49%)
Mutual labels:  intellij-plugin
Intellij Sdk Code Samples
Mirror of the IntelliJ SDK Docs Code Samples
Stars: ✭ 217 (+48.63%)
Mutual labels:  intellij-plugin
Intellij Emberjs
Ember.js support for JetBrains IDEs (IntelliJ, WebStorm, ...)
Stars: ✭ 202 (+38.36%)
Mutual labels:  intellij-plugin
StateArts
Intellij plugin that creates state machine diagram from state machine
Stars: ✭ 87 (-40.41%)
Mutual labels:  intellij-plugin
Wolfram Language Intellij Plugin Archive
Wolfram Language and Mathematica plugin for IntelliJ IDEA.
Stars: ✭ 177 (+21.23%)
Mutual labels:  intellij-plugin
material2-snippets
Visual studio extension & Intellij plugin for Angular Material 2, Teradata Covalent 1, Angular Flex layout 1 & Material icon snippets
Stars: ✭ 14 (-90.41%)
Mutual labels:  intellij-plugin
Jetbrains Plugin Graph Database Support
Graph Databases support for JetBrains family IDEs.
Stars: ✭ 169 (+15.75%)
Mutual labels:  intellij-plugin
custom-brand-icons
Custom brand icons for Home Assistant
Stars: ✭ 242 (+65.75%)
Mutual labels:  icons-pack
Intellij Key Promoter X
Modern IntelliJ plugin to learn shortcuts for buttons
Stars: ✭ 2,689 (+1741.78%)
Mutual labels:  intellij-plugin
Idea Php Annotation Plugin
Add PHP annotation support for PhpStorm and IntelliJ
Stars: ✭ 216 (+47.95%)
Mutual labels:  intellij-plugin
Asciidoctor Intellij Plugin
AsciiDoc plugin for products on the IntelliJ platform (IDEA, RubyMine, etc)
Stars: ✭ 250 (+71.23%)
Mutual labels:  intellij-plugin

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].