mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Merge #5408
5408: More prominent link to the manual r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
30245eabb4
1 changed files with 6 additions and 2 deletions
|
@ -13,8 +13,12 @@ This manual focuses on a specific usage of the library -- running it as part of
|
||||||
https://microsoft.github.io/language-server-protocol/[Language Server Protocol] (LSP).
|
https://microsoft.github.io/language-server-protocol/[Language Server Protocol] (LSP).
|
||||||
The LSP allows various code editors, like VS Code, Emacs or Vim, to implement semantic features like completion or goto definition by talking to an external language server process.
|
The LSP allows various code editors, like VS Code, Emacs or Vim, to implement semantic features like completion or goto definition by talking to an external language server process.
|
||||||
|
|
||||||
To improve this document, send a pull request against
|
[TIP]
|
||||||
https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/manual.adoc[this file].
|
====
|
||||||
|
[.lead]
|
||||||
|
To improve this document, send a pull request: +
|
||||||
|
https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/manual.adoc[https://github.com/rust-analyzer/.../manual.adoc]
|
||||||
|
====
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue