vscode-kotlin
Kotlin language support for VS Code (by mathiasfrohlich)
kotlin-vim
Kotlin plugin for Vim. Featuring: syntax highlighting, basic indentation, Syntastic support (by udalov)
vscode-kotlin | kotlin-vim | |
---|---|---|
- | 4 | |
207 | 634 | |
1.9% | 0.2% | |
0.0 | 0.0 | |
over 2 years ago | over 2 years ago | |
Vim Script | ||
Apache License 2.0 | 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.
vscode-kotlin
Posts with mentions or reviews of vscode-kotlin.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning vscode-kotlin yet.
Tracking mentions began in Dec 2020.
kotlin-vim
Posts with mentions or reviews of kotlin-vim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-12-27.
-
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?
When comparing vscode-kotlin and kotlin-vim you can also consider the following projects:
intellij-community - IntelliJ IDEA Community Edition & IntelliJ Platform
atom-kotlin-language - Adds syntax highlighting to Kotlin files in Atom
kotlin-textmate-bundle - Textmate bundle for the Kotlin programming language
NppExtension - :smiley: Language extension for notepad++
KotlinLanguageServer - Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol