You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This request is send from client to server to get the list of things that can be run (tests, binaries, `cargo check -p`).
351
+
This request is sent from client to server to get the list of things that can be run (tests, binaries, `cargo check -p`).
352
352
353
353
**Method:**`experimental/runnables`
354
354
@@ -388,7 +388,7 @@ rust-analyzer supports only one `kind`, `"cargo"`. The `args` for `"cargo"` look
388
388
389
389
## Open External Documentation
390
390
391
-
This request is send from client to server to get a URL to documentation for the symbol under the cursor, if available.
391
+
This request is sent from client to server to get a URL to documentation for the symbol under the cursor, if available.
392
392
393
393
**Method**`experimental/externalDocs`
394
394
@@ -488,7 +488,7 @@ Expands macro call at a given position.
488
488
489
489
**Method:**`rust-analyzer/inlayHints`
490
490
491
-
This request is send from client to server to render "inlay hints" -- virtual text inserted into editor to show things like inferred types.
491
+
This request is sent from client to server to render "inlay hints" -- virtual text inserted into editor to show things like inferred types.
492
492
Generally, the client should re-query inlay hints after every modification.
493
493
Note that we plan to move this request to `experimental/inlayHints`, as it is not really Rust-specific, but the current API is not necessary the right one.
0 commit comments