intellij-plugins
intellij-rainbow-brackets
intellij-plugins | intellij-rainbow-brackets | |
---|---|---|
172 | 19 | |
2,126 | 4,424 | |
0.6% | - | |
9.9 | 7.4 | |
6 days ago | 8 days ago | |
Java | Kotlin | |
- | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
intellij-plugins
-
Create your Minecraft Plugin
Ensure that you have installed Maven. You can see the step here. You could install a Java IDE. Visual Studio Code, IntelliJ IDEA, Eclipse is recommended.
-
Tools to ease collaboration between data scientists and application developers
Developer tools are designed for software development and integration. Therefore, they rely on robust IDEs like Visual Studio or IntelliJ, which offer advanced coding, debugging, and project management features.
-
Create a Simple .NET Workflow App From Scratch โ Your Ultimate Guide
JetBrains IDEA or Visual Studio Code or another tool to edit JavaScript code. Console.
-
Revitalizing Software Excellence: Unveiling Effective Code Refactoring Strategies for Enhanced Development
A popular Integrated Development Environment (IDE) that provides powerful refactoring capabilities for various programming languages, including Java, Kotlin, and JavaScript. It offers automated refactorings, such as extracting methods, renaming variables, and introducing variables
-
17 Best Developer Productivity Tools to Try
IntelliJ IDEA stands out as a premier IDE for Java and Kotlin developers, offering a comprehensive development environment far beyond what a simple code editor like Atom provides. This IDE excels with advanced features such as deep code understanding for superior navigation and refactoring. Unlike basic editors, IntelliJ integrates essential tools for databases and version control, streamlining your workflow by keeping everything you need within reach. The Community Edition of IntelliJ is available for free and offers an extensive exploration of its features, though access is restricted to students, BootCamp members, and specific focus groups. For everyone else, the Professional Edition is available at approximately $20 a month and includes full access to IntelliJ's powerful suite of tools.
-
Code Sketching with Kotlin Notebooks: Developer Guide
For these demonstrations, I'm using IntelliJ IDEA, equipped with the Kotlin Notebook plugin and all necessary dependencies. If youโd like to follow along step-by-step, I recommend setting up your environment similarly. Here is a short installation guide.
-
Implementing an Auto-logout Feature for Android in Kotlin
Android Studio or IntellijIDEA (configured for Android development) installed and working in your machine.
-
Working with Environment Variables in Java
If you are using an Integrated Development Environment (IDE) like IntelliJ IDEA or Eclipse, you can set environment variables in the configuration settings of your application.
-
Kotlin and Azure Functions - Automating the deployment
Being somewhat allergic to coding in Java (this is a personal thing, if you like Java then good for you) I decided to try out writing the code using Kotlin from JetBrains instead. I'm already using IntelliJ as I work with Apache Spark using Scala, so the tooling was already there and ready to go for this.
-
Groovy ๐ท Cheat Sheet - 01 Say "Hello" from Groovy
IntelliJ (look for the community edition) on the other hand offered great out-of-box Groovy support including IntelliSence, building, and running features. So, I sticked with it ๐
intellij-rainbow-brackets
- Changing my relationship with GitHub Copilot
-
Taste the Rainbow
Don't forget Rainbow Brackets
-
"i'll just put the theme preview in this component, it's probably fine", i said. "it shouldn't be that big", i said.
Rainbow brackets, a must-have plugin
-
Alternatives to Rainbow Brackets plugin?
Looks like it is opensource, so you could just rebuild for yourself.
-
6 tools I use every day as a full-stack developer
โฎ IntelliJ plugin
-
3 Android Studio plugins for productive development
The codebase usually gets bigger and bigger and you should take care of nested for loops or some other nested function scopes. This plugin will color every scope you have with the different brackets color so you can easily track in which scope you are working. Read more about this plugin.
-
Just Migrated from VSCODE to PhpStorm
Rainbow brackets - just like bracket pair colorizer in vscode.
- Possible to get these 3 syntax coloring features in Rider?
-
How to write your own language plugin for IDEA (part 1)
The class implements the interface - com.intellij.CodeInsight.daemon.impl.HighlightVisitor. The implementation can be viewed here. The coloring takes place in the com.github.izhangzhihao.rainbow.brackets method.visitor.RainbowHighlightVisitor#setHighlightInfo
-
Day 78/100 Npm Vs Yarn
Rainbow Brackets
What are some alternatives?
Metals - Scala language server with rich IDE features ๐
prettier - Prettier is an opinionated code formatter.
plantuml - Generate diagrams from textual description
intellij-cute-pink-light-theme - Cute pink light theme for JetBrains IDE (IntelliJ IDEA, PHPStorm etc.) inspired by WebFreak's VisualStudio Code theme. Install from JB marketplace (inside your IDE) or install zip file (see README).
Apache NetBeans - Apache NetBeans
GitToolBox - GitToolBox IntelliJ plugin
jenv - Manage your Java environment
AceJump - ๐ ฐ๏ธ single character search, select, and jump
Mailspring - :love_letter: A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
ideavim - IdeaVim โ A Vim engine for JetBrains IDEs
neovim - Vim-fork focused on extensibility and usability
keycloak-user-storage-spi-demo - In this repository I am trying to extend the Keycloak server with a custom UserStorage SPI