intellij-community VS KotlinLanguageServer

Compare intellij-community vs KotlinLanguageServer and see what are their differences.

KotlinLanguageServer

Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol (by fwcd)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
intellij-community KotlinLanguageServer
101 22
16,546 1,476
1.1% -
10.0 9.0
6 days ago 20 days ago
Kotlin
Apache License 2.0 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.

intellij-community

Posts with mentions or reviews of intellij-community. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-16.
  • Software Company HashiCorp Is Weighing a Potential Sale
    4 projects | news.ycombinator.com | 16 Mar 2024
    Also, no BuSL stupidity, they're all Apache 2 AFAIK: https://github.com/JetBrains/intellij-community/blob/idea/23...

    And the "all you can eat" toolbox license is just a staggeringly good deal, IMHO, which also comes with a "you can keep your license forever, just no updates" which is way different from setting subscription-based licensing money on fire when your license expires. Whoever came up with that should be applauded because it really drives down my "what about" anxiety of paying subscription money for IDEs

  • The Fossil Sync Protocol
    2 projects | news.ycombinator.com | 23 Feb 2024
    I readily admit I am not familiar enough with fossil to know about the impedance mismatch, but I'll point out that https://github.com/JetBrains/intellij-plugins/tree/idea/241.... https://github.com/JetBrains/intellij-community/tree/idea/24... https://github.com/JetBrains/intellij-community/tree/idea/24... https://github.com/JetBrains/intellij-community/tree/idea/24... may a long way toward finding how they think about those operations
  • How to Develop an IntelliJ Plugin: A DIY Guide to Adding Drag and Drop with Custom DataFlavors
    3 projects | dev.to | 29 Jan 2024
    There is quite a bit going on in our view’s class, so we'll take it slow and go through its functions one by one, according to their importance. The first thing we need to do is to create the structure our items will fit into. com.intellij.ui.treeStructure.Tree seems to best match our needs, and that’s what we’ll use. In order to prepare it for what is coming, we need to configure it.
  • Operation K. Looking for bugs in the IntelliJ IDEA code
    1 project | dev.to | 14 Dec 2023
    I think it's time to wrap it up. We've made a pull request to the IDEA developers, and I've accomplished the tasks I set out to do. I'm really happy to help the developers of my favorite IDE.
  • You are never taught how to build quality software
    3 projects | news.ycombinator.com | 8 Dec 2023
    I offer, again, my JetBrains GrammarKit counterpoint from the last time that assertion came up <https://news.ycombinator.com/item?id=38192427>

    >>>

    I consider the JetBrains parsing system to be world class and they seem to hand-write very few (instead building on this system: https://github.com/JetBrains/Grammar-Kit#readme )

    - https://github.com/JetBrains/intellij-community/blob/idea/23... (the parser I'll concede, as they do seem to be hand-rolling that part)

    - https://github.com/JetBrains/intellij-community/blob/idea/23... (same for its parser)

    - https://github.com/JetBrains/intellij-community/blob/idea/23... and https://github.com/JetBrains/intellij-community/blob/idea/23...

    - https://github.com/JetBrains/intellij-plugins/blob/idea/233.... and https://github.com/JetBrains/intellij-plugins/blob/idea/233....

  • Just paying Figma $15/month because nothing else fucking works
    5 projects | news.ycombinator.com | 19 Oct 2023
    I had the same experience with OmniGraffle, https://www.omnigroup.com/omnigraffle

    It just worked. There was support. I wouldn't dig a hole in the ground with my bare hands, why wouldn't I use good tools. Of course I would like to use F/OSS for various reasons.

    The model I absolutely love is Jetbrains, their core product is OSS, Apache licensed. The whole thing, totally usable. https://github.com/JetBrains/intellij-community

    The money I send their way does both, it pays for developers and it puts an amazing artifact in the world that others can use and learn from. If they weren't open source, I wouldnt pay for it. I don't know how many others are the same as me, but Jetbrains really deserves credit here.

  • Show HN: Pg_yregress, Structured Testing for Postgres
    2 projects | news.ycombinator.com | 15 Oct 2023
    # https://github.com/JetBrains/intellij-community/blob/idea/233.9802.14/json/src/jsonSchema/schema.json#L52
  • Java 21 makes me like Java again
    22 projects | news.ycombinator.com | 16 Sep 2023
    and also FOSS (Apache 2): https://github.com/JetBrains/intellij-community (as well as PyCharm found in the "python" subdirectory)
  • Predictive Debugging: A Game-Changing Look into the Future
    5 projects | news.ycombinator.com | 1 Aug 2023
  • New Subreddit banner logo. Let me know if I need to fix something.
    1 project | /r/linuxmemes | 5 May 2023

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, &amp; 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 intellij-community and KotlinLanguageServer you can also consider the following projects:

oh-my-posh - The most customisable and low-latency cross platform/shell prompt renderer

nvim-lspconfig - Quickstart configs for Nvim LSP

pylance-release - Documentation and issues for Pylance

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

vscode-kotlin - Kotlin language support for VS Code

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

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

theia - Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.

Apache NetBeans - Apache NetBeans

defaults.nvim - A small, documented, and featureful neovim starter config [Moved to: https://github.com/nvim-lua/kickstart.nvim]