intellij-community
kotlin-vim
| intellij-community | kotlin-vim | |
|---|---|---|
| 119 | 4 | |
| 20,186 | 627 | |
| 0.8% | 0.0% | |
| 10.0 | 0.0 | |
| 4 days ago | over 3 years ago | |
| Java | Vim Script | |
| Apache License 2.0 | Apache License 2.0 |
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-community
- IntelliJ IDEA and IntelliJ Platform and become open source
-
Full-Stack E-Commerce App - Part 1: Project setup
For the backend (Java / Spring Boot): Download IntelliJ IDEA Community Edition for free from https://jetbrains.com/idea
-
Top 10 noteworthy Java errors in 2025
Now we move on to the award podium. The bronze medalist has been found in IntelliJ IDEA. Look at the code fragment:
-
Claude Sonnet Will Ship in Xcode
Do you really think so? Have you ever explored the source of something like:
https://github.com/JetBrains/intellij-community
-
Go is still not good
I know, both proprietary and enterprise, right? https://github.com/JetBrains/intellij-community/blob/idea/20... (I would also link to the Apache 2 copy of PyCharm but it wouldn't matter to folks who just enjoy shitting on professional tools)
-
Jebtrains: Increased Subscription Pricing for IDEs
Their Apache 2 releases are ferociously strong, too: https://github.com/JetBrains/intellij-community#readme (PyCharm is built from the python directory, as is the Python plugin if you prefer it)
-
Show HN: I wrote a Java decompiler in pure C language
I don't think it's available in a standalone repo but it IS available as a standalone library, IntelliJ's FernFlower decompiler is the gold standard https://github.com/JetBrains/intellij-community/blob/master/... https://www.jetbrains.com/intellij-repository/releases
I guess there's some history there that I'm not familiar with because JBoss also has a FernFlower decompiler library https://mvnrepository.com/artifact/org.jboss.windup.decompil...
-
CLion Is Now Free for Non-Commercial Use
This might not help you, but it is actually a plugin so there's a very small chance with enough determination you could get it to run outside the IDE https://github.com/JetBrains/intellij-community/tree/idea/25...
The follow-on [rhetorical] question is what value it provides to you outside of its integration with the IDE (e.g. click to open, it being integrated right into the window of your editor, etc)
-
Dirty code: trusted keeper of errors. Broken windows theory
The real-world example from IntelliJ IDEA Community Edition:
- JetBrains Fleet drops support for Kotlin Multiplatform
kotlin-vim
-
How to Setup Vim for Kotlin Development
kotlin-vim is a reasonably popular plugin that provides syntax highlighting, among other functionalities. This enables highlighting by providing Vim a file of regex based Kotlin grammar. Once installed, it should enable syntax highlighting without further configuration.
-
What are Vim users using?
I saw a post here about 7 years ago asking this same question, and wondering if there is any updated guidance. I'm a Vim user, and I see kotlin-vim. Is this what everybody is using? Or is there a better experience elsewhere (e.g. neovim)? Thanks!
-
My Neovim does a bad job of indenting kotlin
vim-kotlin You can try this one.
-
639 lines of careful .vimrc configurations and its better than any IDE.
coc plugin that I have implemented in my vim configuration has language servers for both java and kotlin and they are very good from what I hear. I use coc language servers for web development and I find it very nice. As for syntax and indentation of kotlin there is this plugin that takes care of that. Same goes for C#. There is also the 'youcompleteme' plugin which is a larger download than coc but its more complete.
What are some alternatives?
vscode-kotlin - Kotlin language support for VS Code
kotlin-textmate-bundle - Textmate bundle for the Kotlin programming language
atom-kotlin-language - Adds syntax highlighting to Kotlin files in Atom
kotlin-sublime-package - Sublime Text 2 Package for Kotlin Programming Language
KotlinLanguageServer - Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol