We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 415be8b + 6bf9769 commit 342c3c4Copy full SHA for 342c3c4
crates/ide/src/typing/on_enter.rs
@@ -24,6 +24,10 @@ use text_edit::TextEdit;
24
//
25
// This action needs to be assigned to shortcut explicitly.
26
27
+// Note that, depending on the other installed extensions, this feature can visibly slow down typing.
28
+// Similarly, if rust-analyzer crashes or stops responding, `Enter` might not work.
29
+// In that case, you can still press `Shift-Enter` to insert a newline.
30
+//
31
// VS Code::
32
33
// Add the following to `keybindings.json`:
0 commit comments