kotlin-vim
KotlinLanguageServer
kotlin-vim | KotlinLanguageServer | |
---|---|---|
3 | 22 | |
629 | 1,649 | |
- | - | |
0.0 | 8.3 | |
almost 2 years ago | about 2 months ago | |
Vim Script | Kotlin | |
Apache License 2.0 | MIT License |
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.
kotlin-vim
-
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.
KotlinLanguageServer
-
Kotlin is a much better language than Java even with all the new stuff Java has added.
There's a community-made one, but of course as much effort as has been put into it it's not as featureful as JetBrains's own stuff.
-
Noob here, would neovim work for my usecase
Kotlin is probably the worst case for Neovim. While there is a language server for Kotlin, it's not very advanced and does not look like it's actively developed.
-
Kotlin on VScode, intellij, or android studio?
Hi, if you are going to do Kotlin the easiest choice is android studio with Kotlin plugin. Using Vscode is more tricky because Jetbrains does not want to support lsp for Kotlin so you only have https://github.com/fwcd/kotlin-language-server available to write Kotlin on Vscode.
-
I LOVE Rust's exception handling
Kotlin Language Server puts a warning on this code, because the bar inside the lambda shadows the function argument bar. Flow typing solves this problem by eliminating the need to redefine bar as a new non-nullable variable in the branch where we've verified it's non-nullable.
-
Kotlin is tightly linked to IntelliJ and that's a risk
You want to change something about that? Go and help over at the kotin lsp server. It's maintained, and welcomes contributions. I sometimes use it in my day job (writing Kotlin backend code)
-
Kotlin 1.8.0 Released
There is https://github.com/fwcd/kotlin-language-server, but I wouldn't expect something more official from a company that refuse to support LSP in their IDEs. JetBrains is the Apple of the IDE world.
-
What are best plugins for C++, Java, Kotlin, Python, & LaTex
Oddly enough, we use mostly the same languages. However, I would advise against using neovim with Kotlin: its language server has an excessive memory usage and its debugger is cumbersome with neovim (I haven't managed to get it working, and currently it also lacks an entry in nvim-dap's wiki).
-
From zero to 10M lines of Kotlin
I'll bring up the Kotlin LSP[0] every time I see Kotlin on HN because I really hope the LSP takes off (which would make it viable to use Kotlin with a non-IntelliJ editor).
Kotlin as a language looks really cool, but I don't want to give up terminal-based, modal editing (which I'd have to in order to use IntelliJ).
Along those lines, I once tried diving into using Gradle outside IntelliJ, and I couldn't find any good resources to help with that. If folks have hints/links-to-blog-posts with regards to that as well, that'd be great!
[0] https://github.com/fwcd/kotlin-language-server#this-reposito...
-
Idea: Jetbrains Fleet's Code Engine as an LSP?
I've tried [this Kotlin LSP](https://github.com/fwcd/kotlin-language-server) and it isn't perfect. It's not complete, but it does some of the basic things.
-
Kotlin language server doesn't work ("0 client(s) attached to this buffer")
I've downloaded kotlin language server from here: https://github.com/fwcd/kotlin-language-server
What are some alternatives?
vim-go - Go development plugin for Vim
nvim-lspconfig - Quickstart configs for Nvim LSP
intellij-community - IntelliJ IDEA Community Edition & IntelliJ Platform
kickstart.nvim - A launch point for your personal nvim configuration
atom-kotlin-language - Adds syntax highlighting to Kotlin files in Atom
kotlin-textmate-bundle - Textmate bundle for the Kotlin programming language
vscode-kotlin - Kotlin language support for VS Code
kanvas - A truly hackable editor: simple, lightweight, understandable
defaults.nvim - A small, documented, and featureful neovim starter config [Moved to: https://github.com/nvim-lua/kickstart.nvim]