aboutsummaryrefslogtreecommitdiff
path: root/docs/user/readme.adoc
Commit message (Collapse)AuthorAgeFilesLines
* Generate features docs from sourceAleksey Kladov2020-05-311-2/+3
|
* Merge #4640bors[bot]2020-05-281-0/+10
|\ | | | | | | | | | | | | | | | | | | | | | | 4640: Add `inRustProject` when-clause for commands in vscode r=vsrs a=vsrs At the moment all rust-analyzer commands always visible in the command palette, even if there is no rust project opened. This PR adds special [when-clause](https://code.visualstudio.com/docs/getstarted/keybindings#_when-clause-contexts) context. This context also might be used in key bindings. Co-authored-by: vsrs <[email protected]> Co-authored-by: vsrs <[email protected]>
| * Add `inRustProject` context documentation.vsrs2020-05-281-0/+10
| |
* | Link forum topicAleksey Kladov2020-05-281-2/+2
|/
* Fix GNOME spellingAlexandre Franke2020-05-201-1/+1
| | | GNOME is a trademark. :-)
* Relax VS Code version requirementAleksey Kladov2020-05-171-1/+1
|
* Use RA_LOG instead of RUST_LOG for loggingAleksey Kladov2020-05-111-1/+1
| | | | | | RUST_LOG might be set up for debugging the user's problem, slowing down rust-analyzer considerably. That's the same reason why rustc uses RUSTC_LOG.
* Merge #4333bors[bot]2020-05-061-15/+8
|\ | | | | | | | | | | | | | | | | | | | | | | 4333: Update Arch Linux and ALE install instructions r=matklad a=polyzen Package has been added to the Arch repos: https://www.archlinux.org/packages/community/x86_64/rust-analyzer/ ALE merged rust-analyzer support: https://github.com/dense-analysis/ale/commit/70005134e5b2d40d176ee5b851ac64a296b22201 Co-authored-by: Daniel M. Capella <[email protected]>
| * Update Arch Linux and ALE install instructionsDaniel M. Capella2020-05-051-15/+8
| | | | | | | | | | | | | | | | Package has been added to the Arch repos: https://www.archlinux.org/packages/community/x86_64/rust-analyzer/ ALE merged rust-analyzer support: https://github.com/dense-analysis/ale/commit/70005134e5b2d40d176ee5b851ac64a296b22201
* | Fix Windows server pathLaurențiu Nicola2020-05-061-1/+1
|/ | | CC @Coder-256.
*-. Merge #4306 #4308bors[bot]2020-05-051-1/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4306: Make incremental sync opt-out and fix line index rebuild r=matklad a=lnicola 4308: Update server binary paths in docs r=matklad a=Coder-256 Fixed incorrect macOS path and converted to a list. Also, should the Windows path include `matklad.rust-analyzer`? (I can't check) Co-authored-by: Laurențiu Nicola <[email protected]> Co-authored-by: Jacob Greenfield <[email protected]>
| | * Update server binary pathsJacob Greenfield2020-05-041-1/+5
| |/ | | | | Fixed macOS path and converted to a list
* / [manual] Improve requirements and editor wordingFrancisco Lopes2020-05-041-3/+3
|/
* Document Gnome Builder supportLaurențiu Nicola2020-05-011-1/+10
|
* Update readme.adochafiz2020-04-301-2/+2
|
* Fix typo in language server binary docshafiz2020-04-301-1/+1
|
* docs(user): method chaining hints supportHeyward Fann2020-04-301-2/+4
| | | | https://github.com/fannheyward/coc-rust-analyzer/issues/177#issuecomment-621109410
* Fix YouComplteMe instructions linkBoris Staletic2020-04-291-1/+1
|
* add ale to the nvim setup section of the readmeSimon Cruanes2020-04-291-0/+15
|
* Add missing .Günter Zöchbauer2020-04-261-1/+1
|
* Change install directory suggestion to `~/.local/bin`Günter Zöchbauer2020-04-261-3/+5
| | | instead of `~/.cargo/bin`
* xtask does not need to be installedGünter Zöchbauer2020-04-261-4/+1
| | | because it's contained in the dart-analyzer repo.
* Clarify rust-analyzer binary installGünter Zöchbauer2020-04-261-7/+23
|
* Add YouCompleteMe as a LSP option for vim/neovimWeihang Lo2020-04-231-0/+20
|
* docs(readme): improve user docsHeyward Fann2020-04-211-2/+2
| | | | cleanup unavailable configurations/commands
* Move the PATH issue up to the non-editor specific sectionNikolai Morin2020-04-211-1/+3
|
* Delete commaNikolai Morin2020-04-211-1/+1
|
* Update docs/user/readme.adocNikolai Morin2020-04-211-1/+1
| | | Co-Authored-By: Laurențiu Nicola <[email protected]>
* Update docs/user/readme.adocNikolai Morin2020-04-211-1/+1
| | | Co-Authored-By: Laurențiu Nicola <[email protected]>
* More detailed Sublime Text install instructionsNikolai Morin2020-04-211-14/+23
| | | | | * People might typically jump directly to their editor and wonder where the part about installing rust-analyzer is – at least I did. I added a link to the relevant section for ST. * Make ST instructions more detailed and user friendly (especially beginners), include troubleshooting tips. * Minor grammar improvements throughout.
* Better Sublime documentationElinvynia2020-04-081-24/+1
|
* Update docs to mention on WindowsEdwin Cheng2020-03-281-1/+1
|
* Update docs/user/readme.adocAleksey Kladov2020-03-281-1/+1
| | | Co-Authored-By: Laurențiu Nicola <[email protected]>
* Update docs to mention vscode installation path on macOSMariusz Klochowicz2020-03-281-1/+1
|
* Add troubleshooting secionAleksey Kladov2020-03-241-0/+10
|
* Make from-source install use cargo installed binary by defaultAleksey Kladov2020-03-201-6/+0
|
* User Manual: fix AUR linkmurlakatamenka2020-03-161-1/+1
|
* Add installation notes for Arch Linux usersmurlakatamenka2020-03-161-0/+15
|
* docs: add documentation for vscode nightliesVeetaha2020-03-141-0/+19
|
* Fix quotesAleksey Kladov2020-03-091-1/+1
| | | | closes #3501
* vscode: groupd updates-related config under `updates` section as per @matkladVeetaha2020-03-091-1/+1
|
* docs: change formattingVeetaha2020-03-081-6/+16
|
* vscode: rename alwaysDownloadServer -> askBeforeDownloadVeetaha2020-03-081-1/+1
| | | | | | | | | | | The new name seems much simpler and it doesn't limit this config value only to downloading the server binary. Thus we wouldn't need to create another config properties to handle other downloads whatsoever. Anyway, I believe (heuristically) that most of the users would want to set "askBeforeDownload": false once and never bother clicking on the notification again (because otherwise there is no big point in installing rust-analyzer if it cannot install the server)
* vscode: add docs on alwaysDownloadServerVeetaha2020-03-081-1/+8
|
* update imageAndrew Blakey2020-02-211-2/+1
|
* update docsAndrew Blakey2020-02-211-9/+9
|
* Rename config value for server PathAleksey Kladov2020-02-181-2/+2
|
* Rename the binary to rust-analyzerAleksey Kladov2020-02-181-4/+4
|
* Fix typoAkihiro Takai2020-02-181-1/+1
|
* Reword the docsKirill Bulatov2020-02-171-1/+1
| | | Co-Authored-By: Laurențiu Nicola <[email protected]>