mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 12:33:33 +00:00
Link forum topic
This commit is contained in:
parent
6d569c32fe
commit
232a1de222
2 changed files with 8 additions and 4 deletions
|
@ -27,9 +27,13 @@ If you want to **use** rust-analyzer's language server with your editor of
|
||||||
choice, check [the manual](https://rust-analyzer.github.io/manual.html) folder. It also contains some tips & tricks to help
|
choice, check [the manual](https://rust-analyzer.github.io/manual.html) folder. It also contains some tips & tricks to help
|
||||||
you be more productive when using rust-analyzer.
|
you be more productive when using rust-analyzer.
|
||||||
|
|
||||||
## Getting in touch
|
## Communication
|
||||||
|
|
||||||
We are on the rust-lang Zulip!
|
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 rls-2.0 working group on Zulip:
|
||||||
|
|
||||||
https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frls-2.2E0
|
https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frls-2.2E0
|
||||||
|
|
||||||
|
|
|
@ -9,8 +9,6 @@
|
||||||
:caution-caption: :fire:
|
:caution-caption: :fire:
|
||||||
:warning-caption: :warning:
|
:warning-caption: :warning:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository
|
// Master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository
|
||||||
|
|
||||||
At its core, rust-analyzer is a *library* for semantic analysis of Rust code as it changes over time.
|
At its core, rust-analyzer is a *library* for semantic analysis of Rust code as it changes over time.
|
||||||
|
@ -21,6 +19,8 @@ The LSP allows various code editors, like VS Code, Emacs or Vim, to implement se
|
||||||
To improve this document, send a pull request against
|
To improve this document, send a pull request against
|
||||||
https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/readme.adoc[this file].
|
https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/readme.adoc[this file].
|
||||||
|
|
||||||
|
If you have questions about using rust-analyzer, please ask them in the https://users.rust-lang.org/c/ide/14["`IDEs and Editors`"] topic of Rust users forum.
|
||||||
|
|
||||||
== Installation
|
== Installation
|
||||||
|
|
||||||
In theory, one should be able to just install the <<rust-analyzer-language-server-binary,`rust-analyzer` binary>> and have it automatically work with any editor.
|
In theory, one should be able to just install the <<rust-analyzer-language-server-binary,`rust-analyzer` binary>> and have it automatically work with any editor.
|
||||||
|
|
Loading…
Reference in a new issue