Hotkeys
This simple Android Studio plugin includes keyboard shortcuts for many common actions. (by SachinKasaraddi)
intellij-sdk-code-samples
Mirror of the IntelliJ SDK Docs Code Samples (by JetBrains)
Hotkeys | intellij-sdk-code-samples | |
---|---|---|
1 | 4 | |
14 | 1,175 | |
- | 1.7% | |
3.2 | 7.3 | |
almost 4 years ago | 4 days ago | |
Java | Java | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
Hotkeys
Posts with mentions or reviews of Hotkeys.
We have used some of these posts to build our list of alternatives
and similar projects.
intellij-sdk-code-samples
Posts with mentions or reviews of intellij-sdk-code-samples.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-15.
-
How to create a new inspecion for IDEA
Also, there are several simple examples, which help us to figure out how all is working.
- Creating a plug-in. Can anyone help?
-
Plugins
Intellij SDK code samples and the Platform Explorer provide some useful code samples of how to get started building a plugin. Have you had a look at those? The Github Template is also a great way to start a project as it configures some of the basic stuff for you. I think the actual code in the template is written in Kotlin though and I'm not sure if they provide Java versions of those files, so you may have to do some conversions. That's not ideal but it's doable.
-
Creating IntelliJ IDEA plugins (beginner and advanced tutorials)
Thanks, I actually found another example online, that combined with yours helped me to figure out how everything works together: https://github.com/JetBrains/intellij-sdk-code-samples/tree/ab13b4c26dc53fa23e17e49a810bf643f88d6ccd/run_configuration/src/main/java/org/jetbrains/sdk/runConfiguration
What are some alternatives?
When comparing Hotkeys and intellij-sdk-code-samples you can also consider the following projects:
idea-php-laravel-plugin - Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
intellij-quarkus - IntelliJ Quarkus Tools
intellij-platform-plugin-template - Template repository for creating plugins for IntelliJ Platform
StringManipulation - IntelliJ plugin - https://plugins.jetbrains.com/plugin/2162