Skip to content

Commit 4296cc3

Browse files
committed
Gif of "let = " typing assist
1 parent d82176c commit 4296cc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/ide/src/typing.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ pub(crate) const TRIGGER_CHARS: &str = ".=>";
5151
// ----
5252
//
5353
// image::https://user-images.githubusercontent.com/48062697/113166163-69758500-923a-11eb-81ee-eb33ec380399.gif[]
54+
// image::https://user-images.githubusercontent.com/48062697/113171066-105c2000-923f-11eb-87ab-f4a263346567.gif[]
5455
pub(crate) fn on_char_typed(
5556
db: &RootDatabase,
5657
position: FilePosition,

0 commit comments

Comments
 (0)