We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82176c commit 4296cc3Copy full SHA for 4296cc3
crates/ide/src/typing.rs
@@ -51,6 +51,7 @@ pub(crate) const TRIGGER_CHARS: &str = ".=>";
51
// ----
52
//
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[]
55
pub(crate) fn on_char_typed(
56
db: &RootDatabase,
57
position: FilePosition,
0 commit comments