intellij-rainbow-brackets
Grammar-Kit
intellij-rainbow-brackets | Grammar-Kit | |
---|---|---|
20 | 4 | |
4,570 | 742 | |
0.7% | 0.5% | |
6.1 | 7.8 | |
about 1 month ago | 8 days ago | |
Kotlin | Java | |
GNU General Public License v3.0 only | GNU General Public License v3.0 or later |
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-rainbow-brackets
-
Top 10 IntelliJ IDEA Plugins to Boost Development Efficiency in 2024
Plugin Name Plugin URL Apidog Fast Request https://plugins.jetbrains.com/plugin/25925-apidog-fast-request--auto-detect-endpoints-http-rest-client JetBrains AI Assistant https://plugins.jetbrains.com/plugin/22282-jetbrains-ai-assistant Lombok https://plugins.jetbrains.com/plugin/6317-lombok SonarLint https://plugins.jetbrains.com/plugin/7973-sonarqube-for-ide Save Actions https://plugins.jetbrains.com/plugin/7642-save-actions Key Promoter X https://plugins.jetbrains.com/plugin/9792-key-promoter-x CodeGlance https://plugins.jetbrains.com/plugin/7275-codeglance Rainbow Brackets https://plugins.jetbrains.com/plugin/10080-rainbow-brackets Translation https://plugins.jetbrains.com/plugin/8579-translation JRebel https://plugins.jetbrains.com/plugin/4441-jrebel-and-xrebel
- 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
Grammar-Kit
-
You are never taught how to build quality software
I offer, again, my JetBrains GrammarKit counterpoint from the last time that assertion came up <https://news.ycombinator.com/item?id=38192427>
>>>
I consider the JetBrains parsing system to be world class and they seem to hand-write very few (instead building on this system: https://github.com/JetBrains/Grammar-Kit#readme )
- https://github.com/JetBrains/intellij-community/blob/idea/23... (the parser I'll concede, as they do seem to be hand-rolling that part)
- https://github.com/JetBrains/intellij-community/blob/idea/23... (same for its parser)
- https://github.com/JetBrains/intellij-community/blob/idea/23... and https://github.com/JetBrains/intellij-community/blob/idea/23...
- https://github.com/JetBrains/intellij-plugins/blob/idea/233.... and https://github.com/JetBrains/intellij-plugins/blob/idea/233....
-
Nelua, AOT statically typed Lua
I want to start adding support for Lua derivatives to my IDE (which adds static type checking to Lua - inference, structural & nominal types, generics etc. (Luanalysis - https://github.com/Benjamin-Dobell/IntelliJ-Luanalysis/)
I feel like plugin support would be best but I've no idea how that's supposed to work in the presence of a predefined grammar. There's also so many variants I don't think there's a good way to build composite grammar.
Does anyone have any ideas about how to extend language parsing? For reference, I'm using https://github.com/JetBrains/Grammar-Kit.
-
How to write your own language plugin for IDEA (part 1)
In IDEA, code generation by the GrammarKit plugin is mainly used to create a parser. Unfortunately, there is not much documentation about it and it is only presented in Tutorial and HOWTO.
-
Luanalysis v1.3.0 Released - Open Source Statically typed Lua IDE
Luanalysis is built atop https://github.com/JetBrains/Grammar-Kit, so can't eaisly be integrated in other languages servers.
What are some alternatives?
intellij-plugins - Open-source plugins included in the distribution of IntelliJ IDEA Ultimate and other IDEs based on the IntelliJ Platform
intellij-frege - IntelliJ IDEA plugin for Frege language
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).
JFlex - The fast scanner generator for Java™ with full Unicode support
AceJump - 🅰️ single character search, select, and jump
IntelliJ-EmmyLua - Lua IDE/Debugger Plugin for IntelliJ IDEA