bors[bot]
|
09df51dab8
|
Merge #4664
4664: Generate feature documentation from code r=matklad a=matklad
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
|
2020-05-31 10:50:11 +00:00 |
|
Aleksey Kladov
|
7e3ee77c83
|
Tweak whitespace
|
2020-05-31 12:12:41 +02:00 |
|
Aleksey Kladov
|
1c6a2eb14a
|
Move the rest of the features to generated docs
|
2020-05-31 11:29:19 +02:00 |
|
Aleksey Kladov
|
b795a07320
|
Doc more features
|
2020-05-31 10:14:36 +02:00 |
|
Aleksey Kladov
|
8915183d7d
|
Don't require module docs for Features and Assists
|
2020-05-31 09:59:38 +02:00 |
|
Aleksey Kladov
|
f593393ebb
|
Specify actions
|
2020-05-31 09:45:41 +02:00 |
|
Aleksey Kladov
|
c8f27a4a88
|
Generate features docs from source
|
2020-05-31 01:54:54 +02:00 |
|
bors[bot]
|
5d84028170
|
Merge #4562
4562: Assist: replace anonymous lifetime with a named one r=matklad a=jbalint
(fixes #4523)
Co-authored-by: Jess Balint <jbalint@gmail.com>
|
2020-05-30 08:01:00 +00:00 |
|
Stephan Seitz
|
49f674480a
|
Fix typo in docs/dev/lsp-extensions.md: automagiacally -> automagically
|
2020-05-29 23:43:14 +02:00 |
|
bors[bot]
|
190a0595a4
|
Merge #4640
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 <vit@conrlab.com>
Co-authored-by: vsrs <62505555+vsrs@users.noreply.github.com>
|
2020-05-28 13:37:37 +00:00 |
|
vsrs
|
6d0f1e2e72
|
Add inRustProject context documentation.
|
2020-05-28 16:04:42 +03:00 |
|
Aleksey Kladov
|
232a1de222
|
Link forum topic
|
2020-05-28 10:19:01 +02:00 |
|
Veetaha
|
bfdcf73b9b
|
typo
|
2020-05-27 14:04:57 +03:00 |
|
Aleksey Kladov
|
bb415c1818
|
Document inlay hints and runnables
We want to change those, but let's document what we have in meantime
|
2020-05-27 12:20:47 +02:00 |
|
Aleksey Kladov
|
0ebb25b29b
|
Document parentModule experimental LSP request
|
2020-05-25 15:59:49 +02:00 |
|
Aleksey Kladov
|
a30bdd9795
|
Cleanup lsp extensions on the client side
|
2020-05-25 14:56:26 +02:00 |
|
Aleksey Kladov
|
76e170c3d0
|
Less rust-analyzer specific onEnter
|
2020-05-25 14:28:47 +02:00 |
|
veetaha
|
5dab5e7379
|
Introduce toggle inlay hints vscode command
Users now can assign a shortcut for this command
via the general vscode
keybindings ui or `keybinding.json file`
Closes: #4599
|
2020-05-25 03:59:46 +03:00 |
|
Aleksey Kladov
|
dec4ba8023
|
Document some rust-analyzer specific protocol extensions
|
2020-05-24 17:01:40 +02:00 |
|
Aleksey Kladov
|
9342273616
|
Document matchingBrace LSP request
|
2020-05-24 16:53:18 +02:00 |
|
Aleksey Kladov
|
e4af9f6d8a
|
Reorgonise extensions docs
|
2020-05-24 15:49:32 +02:00 |
|
Aleksey Kladov
|
9d31b502b5
|
Link upstream issues
|
2020-05-22 19:14:14 +02:00 |
|
Aleksey Kladov
|
2075e77ee5
|
CodeAction groups
|
2020-05-22 17:32:46 +02:00 |
|
Jess Balint
|
1f9e02c74e
|
fix generated docs issue
|
2020-05-22 09:25:55 -05:00 |
|
Jess Balint
|
6594235dd8
|
Remove doc using cargo xtask codegen.
|
2020-05-22 09:20:43 -05:00 |
|
Jess Balint
|
2ab79c6f4d
|
Assist: replace anonymous lifetime with a named one
(fixes #4523)
|
2020-05-21 21:04:02 -05:00 |
|
Aleksey Kladov
|
5ef4ebff20
|
Use WorkspaceEdit for ssr
|
2020-05-22 00:28:49 +02:00 |
|
Aleksey Kladov
|
5b5ebec440
|
Formalize JoinLines protocol extension
|
2020-05-21 20:05:33 +02:00 |
|
Aleksey Kladov
|
4ac0abd296
|
Snippetify unwrap -> match
|
2020-05-21 00:01:08 +02:00 |
|
Aleksey Kladov
|
fd77170718
|
Snippetify introduce/inline var
|
2020-05-20 23:07:17 +02:00 |
|
bors[bot]
|
3dfc461f1e
|
Merge #4536
4536: Fix names of launch configuration in dev docs r=kjeremy a=kuy
Follows renaming of launch configurations in https://github.com/rust-analyzer/rust-analyzer/commit/80a42a0628f7655c3299fbf4c5a15e31990b35d3
Co-authored-by: Yuki Kodama <endflow.net@gmail.com>
|
2020-05-20 19:04:02 +00:00 |
|
Alexandre Franke
|
dfb931a4f1
|
Fix GNOME spelling
GNOME is a trademark. :-)
|
2020-05-20 20:11:14 +02:00 |
|
Yuki Kodama
|
d58d6412d8
|
Fix names of launch configuration in dev docs
|
2020-05-21 03:01:37 +09:00 |
|
Aleksey Kladov
|
ba3a58d1b2
|
Snippetify fix_visibility
|
2020-05-20 14:13:17 +02:00 |
|
Aleksey Kladov
|
c446fd76a2
|
Snippetify fill_match_arms
|
2020-05-20 14:01:10 +02:00 |
|
Aleksey Kladov
|
cec773926f
|
Split change_ and fix_ visibility assists
|
2020-05-20 13:33:13 +02:00 |
|
Aleksey Kladov
|
33e111483f
|
Use snippets in change_return_type_to_result
|
2020-05-20 11:10:15 +02:00 |
|
Aleksey Kladov
|
9b2bd022dc
|
Snippetify add_new
|
2020-05-20 10:17:46 +02:00 |
|
Aleksey Kladov
|
767d169a2a
|
Better cursor placement when adding impl members
|
2020-05-20 02:07:21 +02:00 |
|
Aleksey Kladov
|
a04cababaa
|
Use snippets in add_missing_members
|
2020-05-20 01:53:21 +02:00 |
|
Aleksey Kladov
|
8eb3272ad6
|
Use snippets in add function
|
2020-05-20 01:23:05 +02:00 |
|
Aleksey Kladov
|
80545e5d3a
|
New assist: add turbo fish
|
2020-05-20 00:27:10 +02:00 |
|
Aleksey Kladov
|
a752853350
|
Add snippetTextEdit protocol extension
|
2020-05-19 20:28:27 +02:00 |
|
Aleksey Kladov
|
fa2e5299c3
|
Add snippet support for some assists
|
2020-05-19 20:28:27 +02:00 |
|
Aleksey Kladov
|
19a8c1450c
|
Relax VS Code version requirement
|
2020-05-18 00:16:35 +02:00 |
|
Coenen Benjamin
|
76af4a18db
|
Update features.md
|
2020-05-12 09:46:28 +02:00 |
|
Aleksey Kladov
|
72e229fcb3
|
Use RA_LOG instead of RUST_LOG for logging
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.
|
2020-05-11 19:16:00 +02:00 |
|
bors[bot]
|
9cb55966fe
|
Merge #4333
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 <polyzen@archlinux.org>
|
2020-05-06 17:13:02 +00:00 |
|
Laurențiu Nicola
|
e0b63855b1
|
Fix Windows server path
CC @Coder-256.
|
2020-05-06 19:53:14 +03:00 |
|
Benjamin Coenen
|
51c02ab84f
|
add Ok wrapping
Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
|
2020-05-06 17:45:55 +02:00 |
|