Comrade VS KotlinLanguageServer

Compare Comrade vs KotlinLanguageServer and see what are their differences.

Comrade

Brings JetBrains/IntelliJ IDEs magic to Neovim with minimal setup. (by beeender)

KotlinLanguageServer

Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol (by fwcd)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Comrade KotlinLanguageServer
6 22
259 1,489
- -
0.0 8.9
about 1 year ago 29 days ago
Vim Script Kotlin
GNU General Public License v3.0 only MIT License
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.

Comrade

Posts with mentions or reviews of Comrade. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-15.

KotlinLanguageServer

Posts with mentions or reviews of KotlinLanguageServer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-09.
  • Kotlin is a much better language than Java even with all the new stuff Java has added.
    1 project | /r/Kotlin | 11 Dec 2023
    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
    2 projects | /r/neovim | 9 Dec 2023
    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?
    1 project | /r/Kotlin | 23 Jun 2023
    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
    3 projects | /r/rust | 10 May 2023
    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
    4 projects | /r/Kotlin | 22 Jan 2023
    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
    1 project | /r/programming | 17 Jan 2023
    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
    9 projects | /r/neovim | 30 Dec 2022
    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
    9 projects | news.ycombinator.com | 25 Oct 2022
    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?
    4 projects | /r/neovim | 15 Oct 2022
    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")
    2 projects | /r/neovim | 3 Jun 2022
    I've downloaded kotlin language server from here: https://github.com/fwcd/kotlin-language-server

What are some alternatives?

When comparing Comrade and KotlinLanguageServer you can also consider the following projects:

deoplete.nvim - :stars: Dark powered asynchronous completion framework for neovim/Vim8

nvim-lspconfig - Quickstart configs for Nvim LSP

completion-nvim - A async completion framework aims to provide completion to neovim's built in LSP written in Lua

kickstart.nvim - A launch point for your personal nvim configuration

nvim-compe - Auto completion Lua plugin for nvim

kotlin-vim - Kotlin plugin for Vim. Featuring: syntax highlighting, basic indentation, Syntastic support

intellij-community - IntelliJ IDEA Community Edition & IntelliJ Platform

nvim-lspinstall - Provides the missing :LspInstall for nvim-lspconfig

kotlin-textmate-bundle - Textmate bundle for the Kotlin programming language

completor.vim - Async completion framework made ease.

vscode-kotlin - Kotlin language support for VS Code