Strings, like println!(" {} ",);
are arduous and boring to type repeatedly.
suggests sout
as a keyboard shortcut, but I can't get that to work for rust in IDEA on a Debian box. Am I missing some preparatory installations, or configurations?
Strings, like println!(" {} ",);
are arduous and boring to type repeatedly.
suggests sout
as a keyboard shortcut, but I can't get that to work for rust in IDEA on a Debian box. Am I missing some preparatory installations, or configurations?
For IntelliJ Rust, that's just p
.
I have Intellij Rust installed in IDEA, but "p." produces a long list of available continuations, like, dbg, lambda, let...;
You don‘t need the dot, type p
and then hit tab key.
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.