Comrade VS intellij-lsp

Compare Comrade vs intellij-lsp and see what are their differences.

Comrade

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

intellij-lsp

Plugin adding Language Server Protocol support for IntelliJ (by gtache)
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 intellij-lsp
6 3
259 402
- -
0.0 0.0
about 1 year ago 11 months ago
Vim Script Scala
GNU General Public License v3.0 only 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.

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.

intellij-lsp

Posts with mentions or reviews of intellij-lsp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-15.
  • Idea: Jetbrains Fleet's Code Engine as an LSP?
    4 projects | /r/neovim | 15 Oct 2022
    The alternatives I see are: Comrade plugin and IntelliJ LSP. But I was never able to give this a go yet.
  • My First VSCode Extension - Assembly Language Support
    2 projects | /r/vscode | 23 Feb 2021
    I haven't tested your extension, but I'm always glad to see these kinds of contributions to the ecosystem. If you want to increase the utility of your code, you might consider distributing your extension and your language server separately. Then users of other editors can use your server as well (e.g. Neovim, Emacs, JetBrains IDEs). Many extension developers decouple language server and VSCode extension. See for example the repositories for the Kotlin extension and server and the Java extension and server.
  • Rust-Analyzer Architecture
    11 projects | news.ycombinator.com | 4 Feb 2021
    IDEA has a language-server plugin: https://github.com/gtache/intellij-lsp

What are some alternatives?

When comparing Comrade and intellij-lsp you can also consider the following projects:

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

intellij-lsp-server - Exposes IntelliJ IDEA features through the Language Server Protocol.

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

VSCode-PowerPC-Syntax - PowerPC Support for VSCode, Syntax Highlighting, Go To Definition, Go To Reference, Hover Support, etc.

nvim-compe - Auto completion Lua plugin for nvim

nvim-lspconfig - Quickstart configs for Nvim LSP

KotlinLanguageServer - Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol

language-server-protocol - Defines a common protocol for language servers.

neovim - Vim-fork focused on extensibility and usability

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

rust-analyzer - A Rust compiler front-end for IDEs