All Projects → rust-analyzer → Rust Analyzer

rust-analyzer / Rust Analyzer

Licence: other
A Rust compiler front-end for IDEs

Programming Languages

rust
11053 projects
typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to Rust Analyzer

camel-language-server
The Apache Camel LSP server implementation
Stars: ✭ 31 (-99.61%)
Mutual labels:  lsp-server
atom-languageclient
Provide integration support for adding Language Server Protocol servers to Atom.
Stars: ✭ 34 (-99.57%)
Mutual labels:  lsp-server
ltex-ls
LTeX Language Server: LSP language server for LanguageTool 🔍✔️ with support for LaTeX 🎓, Markdown 📝, and others
Stars: ✭ 182 (-97.72%)
Mutual labels:  lsp-server
jsonnet-language-server
A Language Server Protocol (LSP) server for Jsonnet (https://jsonnet.org)
Stars: ✭ 55 (-99.31%)
Mutual labels:  lsp-server
ansible-language-server
Ansible Language Server
Stars: ✭ 114 (-98.57%)
Mutual labels:  lsp-server
merlin-language-server
Minimal cross-platform LSP wrapper for merlin
Stars: ✭ 28 (-99.65%)
Mutual labels:  lsp-server
glsp-server
Java-based server framework of the graphical language server platform
Stars: ✭ 25 (-99.69%)
Mutual labels:  lsp-server
csharp-language-server
Roslyn-based LSP language server for C#
Stars: ✭ 155 (-98.06%)
Mutual labels:  lsp-server
glsp-examples
Example diagram editors built with Eclipse GLSP
Stars: ✭ 28 (-99.65%)
Mutual labels:  lsp-server
LspCpp
A Language Server Protocol implementation in C++
Stars: ✭ 40 (-99.5%)
Mutual labels:  lsp-server
tds-vscode
Totvs Developer Studio for vscode
Stars: ✭ 135 (-98.31%)
Mutual labels:  lsp-server
Ccls
C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting
Stars: ✭ 2,756 (-65.51%)
Mutual labels:  lsp-server
Haskell Language Server
Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.
Stars: ✭ 1,857 (-76.76%)
Mutual labels:  lsp-server

rust-analyzer logo

rust-analyzer is a modular compiler frontend for the Rust language. It is a part of a larger rls-2.0 effort to create excellent IDE support for Rust.

Work on rust-analyzer is sponsored by

Ferrous Systems

Quick Start

https://rust-analyzer.github.io/manual.html#installation

Documentation

If you want to contribute to rust-analyzer or are just curious about how things work under the hood, check the ./docs/dev folder.

If you want to use rust-analyzer's language server with your editor of choice, check the manual folder. It also contains some tips & tricks to help you be more productive when using rust-analyzer.

Security and Privacy

See the corresponding sections of the manual.

Communication

For usage and troubleshooting requests, please use "IDEs and Editors" category of the Rust forum:

https://users.rust-lang.org/c/ide/14

For questions about development and implementation, join rust-analyzer working group on Zulip:

https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frust-analyzer

Quick Links

License

Rust analyzer is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.

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].