diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2022-03-20 14:41:27 +0100 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2022-03-20 14:41:27 +0100 |
| commit | 5a87f09a714b8299897a72ecfe206460903d703e (patch) | |
| tree | 014dbe9eb5f19db1ecba17076d889ab37989c528 | |
| parent | 37b48ceb8f57dc9826e48e72e718c38264f5ccb7 (diff) | |
| download | rust-5a87f09a714b8299897a72ecfe206460903d703e.tar.gz rust-5a87f09a714b8299897a72ecfe206460903d703e.zip | |
Update inlay hint feature docs
| -rw-r--r-- | crates/ide/src/inlay_hints.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/crates/ide/src/inlay_hints.rs b/crates/ide/src/inlay_hints.rs index ef1c155143b..4fdb7d0bc33 100644 --- a/crates/ide/src/inlay_hints.rs +++ b/crates/ide/src/inlay_hints.rs @@ -67,10 +67,7 @@ pub struct InlayHint { // // * return types of closure expressions with blocks // * elided lifetimes -// -// **Note:** VS Code does not have native support for inlay hints https://github.com/microsoft/vscode/issues/16221[yet] and the hints are implemented using decorations. -// This approach has limitations, the caret movement and bracket highlighting near the edges of the hint may be weird: -// https://github.com/rust-analyzer/rust-analyzer/issues/1623[1], https://github.com/rust-analyzer/rust-analyzer/issues/3453[2]. +// * compiler inserted reborrows // // |=== // | Editor | Action Name |
