All Projects → natebosch → Dart_lsp

natebosch / Dart_lsp

Licence: bsd-3-clause
Tools for writing a language server following the Language Server Protocol.

Programming Languages

dart
5743 projects
dartlang
94 projects

Projects that are alternatives of or similar to Dart lsp

Pylance Release
Documentation and issues for Pylance
Stars: ✭ 782 (+515.75%)
Mutual labels:  language-server-protocol
Rubberduck
Better code navigation on GitHub: Usages, Definitions and Files Tree on code pages and pull requests
Stars: ✭ 50 (-60.63%)
Mutual labels:  language-server-protocol
Lemminx
XML Language Server
Stars: ✭ 117 (-7.87%)
Mutual labels:  language-server-protocol
Eclipse.jdt.ls
Java language server
Stars: ✭ 888 (+599.21%)
Mutual labels:  language-server-protocol
Php Language Server
PHP Implementation of the VS Code Language Server Protocol 🆚↔🖥
Stars: ✭ 1,019 (+702.36%)
Mutual labels:  language-server-protocol
Lsp Javascript
Stars: ✭ 55 (-56.69%)
Mutual labels:  language-server-protocol
Spyder
Official repository for Spyder - The Scientific Python Development Environment
Stars: ✭ 6,712 (+5185.04%)
Mutual labels:  language-server-protocol
Nvim Lspconfig
Quickstart configurations for the Nvim LSP client
Stars: ✭ 3,410 (+2585.04%)
Mutual labels:  language-server-protocol
Protocol Buffers Language Server
[WIP] Protocol Buffers Language Server
Stars: ✭ 44 (-65.35%)
Mutual labels:  language-server-protocol
Dls
A Language Server implementation for D
Stars: ✭ 103 (-18.9%)
Mutual labels:  language-server-protocol
Kakoune Languageclient
Small implementation of a language client for kakoune.
Stars: ✭ 9 (-92.91%)
Mutual labels:  language-server-protocol
Lsp
Client implementation of the Language Server Protocol for Sublime Text
Stars: ✭ 1,018 (+701.57%)
Mutual labels:  language-server-protocol
Vista.vim
🌵 Viewer & Finder for LSP symbols and tags
Stars: ✭ 1,218 (+859.06%)
Mutual labels:  language-server-protocol
Jupyterlab Lsp
Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol
Stars: ✭ 796 (+526.77%)
Mutual labels:  language-server-protocol
Cl Lsp
An implementation of the Language Server Protocol for Common Lisp
Stars: ✭ 117 (-7.87%)
Mutual labels:  language-server-protocol
Python Language Server
Microsoft Language Server for Python
Stars: ✭ 778 (+512.6%)
Mutual labels:  language-server-protocol
Glsl Language Server
Language server implementation for GLSL
Stars: ✭ 53 (-58.27%)
Mutual labels:  language-server-protocol
Lsp4intellij
This language client library provides language server protocol support for IntelliJ IDEA and other Jetbrains IDEs.
Stars: ✭ 121 (-4.72%)
Mutual labels:  language-server-protocol
Sourcer
An Erlang language server, providing IDE services.
Stars: ✭ 119 (-6.3%)
Mutual labels:  language-server-protocol
Swiftlspclient
A Swift library for interacting with Language Server Protocol implementations
Stars: ✭ 84 (-33.86%)
Mutual labels:  language-server-protocol

Tools for writing a language server following the Language Server Protocol.

Any class implementing LanguageServer can be started as a server communicating over stdin and stdout. Includes types for all the messages that can be sent to and from the client.

Looking for a Dart language server?

The Dart language server implemented in this package is deprecated. Instead, use the analysis server from the Dart SDK with the --lsp flag.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].