diff options
author | Ayomide Bamidele <[email protected]> | 2021-03-31 16:39:04 +0100 |
---|---|---|
committer | Ayomide Bamidele <[email protected]> | 2021-03-31 16:39:04 +0100 |
commit | 4296cc331890ebf4222cdf8d94f9981d9c0bd20f (patch) | |
tree | 2010be1910680844114e78396e4a8f0d71d0b5a0 /crates | |
parent | d82176c146a80a92ed002c756dec388ce7414cac (diff) |
Gif of "let = " typing assist
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ide/src/typing.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ide/src/typing.rs b/crates/ide/src/typing.rs index dc32bb594..11408d445 100644 --- a/crates/ide/src/typing.rs +++ b/crates/ide/src/typing.rs | |||
@@ -51,6 +51,7 @@ pub(crate) const TRIGGER_CHARS: &str = ".=>"; | |||
51 | // ---- | 51 | // ---- |
52 | // | 52 | // |
53 | // image::https://user-images.githubusercontent.com/48062697/113166163-69758500-923a-11eb-81ee-eb33ec380399.gif[] | 53 | // 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[] | ||
54 | pub(crate) fn on_char_typed( | 55 | pub(crate) fn on_char_typed( |
55 | db: &RootDatabase, | 56 | db: &RootDatabase, |
56 | position: FilePosition, | 57 | position: FilePosition, |