lintplus VS language-server-protocol-inspector

Compare lintplus vs language-server-protocol-inspector and see what are their differences.

lintplus

An improved linting plugin for the lite text editor. (by liquidev)

language-server-protocol-inspector

Interactive Language Server log inspector (by microsoft)
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
lintplus language-server-protocol-inspector
2 1
58 150
- -
2.2 0.9
about 2 months ago about 3 years ago
Lua Vue
- 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.

lintplus

Posts with mentions or reviews of lintplus. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-17.
  • Lapce
    21 projects | news.ycombinator.com | 17 Mar 2022
    Former contributor and user of Lite XL here.

    It's an awesome little editor. I quit using it though because it seemed like the future direction of the project wasn't very clear, and from a practical standpoint VS Code simply has a better developer experience, but I had great fun hacking around it nevertheless.

    One of my favorite things about rxi/lite and Lite XL is just how easy it is to write plugins. Simply create a new .lua file in the plugins directory and monkey-patch whatever you need. And while it might seem like monkey-patching isn't the most clean solution, that's not exactly true — the source code of the editor doesn't need to be cluttered with explicit hooks, and plugins interoperate with each other very well, because one plugin doesn't know about the others' existence. From its standpoint it just modifies the vanilla editor.

    This extensibility allowed me to write some really cool stuff, the one plugin I'm especially proud of is lint+ [1], which leverages the immediate mode nature of the UI to draw pretty lint messages atop the text editor (and it even renders Rust's friendly compiler errors with little rails on the left! see issue #3 [2]).

    Can recommend.

      [1]: https://github.com/liquidev/lintplus
  • CodePerfect 95 – A fast IDE for Go
    6 projects | news.ycombinator.com | 7 Jun 2021
    I desperately want this. I find text editors w/ basic linting to be too limited but full IDE's like Idea or even VSCode too heavy for some devices. Something in between :(. I've given up laptop development and am forced to work with my desktop until I can afford a better laptop because Idea/VSCode runs so slowly.

    FWIW, I use lite (https://github.com/rxi/lite) if I need a very lightweight text editor that has rust linting (https://github.com/liquidev/lintplus) and Idea if I'm at my desktop.

language-server-protocol-inspector

Posts with mentions or reviews of language-server-protocol-inspector. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-07.
  • CodePerfect 95 – A fast IDE for Go
    6 projects | news.ycombinator.com | 7 Jun 2021
    I wonder if these performance issues apply to all language extensions that rely on a language server (implemented in VSCode or otherwise). From what I understand, since JSON [0] is used over the wire between the editor and the language server process, there's a lot of serialisation/deserialisation overhead.

    Microsoft used to maintain a log inspector [1] which you could use to see the chatter between the server and client, and there was a _lot_ of chatter with a _lot_ of JSON.

    [0] https://microsoft.github.io/language-server-protocol/overvie...

    [1] https://github.com/microsoft/language-server-protocol-inspec...

What are some alternatives?

When comparing lintplus and language-server-protocol-inspector you can also consider the following projects:

LiteIDE - LiteIDE is a simple, open source, cross-platform Go IDE.

lite - A lightweight text editor written in Lua

lapce - Lightning-fast and Powerful Code Editor written in Rust

language-server-protocol-inspec

flathub - Issue tracker and new submissions

imgui - Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

vscode-remote-release - Visual Studio Code Remote Development: Open any folder in WSL, in a Docker container, or on a remote machine using SSH and take advantage of VS Code's full feature set.

wasi-libc - WASI libc implementation for WebAssembly

wasmer - 🚀 The leading Wasm Runtime supporting WASIX, WASI and Emscripten

druid - A data-first Rust-native UI design toolkit.