codever-intellij-plugin
Save and search code snippets on www.codever.dev from IntelliJ (by CodeverDotDev)
intellij-sdk-code-samples
Mirror of the IntelliJ SDK Docs Code Samples (by JetBrains)
codever-intellij-plugin | intellij-sdk-code-samples | |
---|---|---|
2 | 4 | |
2 | 1,162 | |
- | 1.8% | |
2.3 | 7.4 | |
11 months ago | 9 days ago | |
Java | Java | |
- | 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.
codever-intellij-plugin
Posts with mentions or reviews of codever-intellij-plugin.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-01.
- How to center align a table on page and elements inside the table
-
IntelliJ Plugin expansion - search my snippets from IDE
The plugin is available to download and install in JetBrain Plugins Repository and the source code is available on Github
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 codever-intellij-plugin and intellij-sdk-code-samples you can also consider the following projects:
codever - Bookmarks, Snippets and Notes Manager for Developers & Co (website)
idea-php-laravel-plugin - Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
JSONToKotlinClass - Intellij Idea, Android Studio plugin for generating Kotlin data classes from JSON. Helps to avoid writing boilerplate code for model classes. Supports annotations for Gson, Moshi, Jackson.
JetBrainsRuntime - Runtime environment based on OpenJDK for running IntelliJ Platform-based products on Windows, macOS, and Linux
IntelliJ-Key-Promoter-X - Modern IntelliJ plugin to learn shortcuts for buttons
intellij-platform-plugin-template - Template repository for creating plugins for IntelliJ Platform