https://github.com/aergonaut/languageserver-rust
Adds support for RLS to Atom
https://github.com/aergonaut/languageserver-rust
atom languageclient languageserverprotocol nuclide rls rust
Last synced: 12 months ago
JSON representation
Adds support for RLS to Atom
- Host: GitHub
- URL: https://github.com/aergonaut/languageserver-rust
- Owner: aergonaut
- License: apache-2.0
- Created: 2017-05-16T23:29:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-12T02:30:12.000Z (over 8 years ago)
- Last Synced: 2025-03-30T09:31:36.115Z (about 1 year ago)
- Topics: atom, languageclient, languageserverprotocol, nuclide, rls, rust
- Language: JavaScript
- Homepage: https://atom.io/packages/languageserver-rust
- Size: 23.4 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# languageserver-rust package
Adds support for the [Rust Language Server][1] to [Atom][2].
**Caveat lector:** This package is still in development! It might not work in
some places and there's probably a lot of missing functionality! Please keep
that in mind if you decide to try it out!
## Setting up
### Install RLS
The recommended way to install RLS is with rustup. Please follow
[these steps](https://github.com/rust-lang-nursery/rls#setup) to install RLS to
your system.
If RLS is not installed when you install this extension, the extension will show
an error and not activate. You need to restart Atom after installing RLS for the
extension to recognize it.
### Install Nuclide
languageserver-rust depends on [Nuclide][3] for a lot of its functionality. You
should install Nuclide for the best experience.
## License
Licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.
[1]: https://github.com/rust-lang-nursery/rls
[2]: https://atom.io
[3]: https://nuclide.io