-
Notifications
You must be signed in to change notification settings - Fork 105
Description
Could the print! snippet be removed? Removing features sounds strange, but hear me out:
I use println a lot for debugging (yes, I know dbg!, but println is often still necessary). To quickly write such a statement, I usually press "pri" + <tab>. However, this often leads to the print! snippet being used. However, I usually don't notice this right away, compile my application, run it only to find that my debugging output is not human readable, fix this mistake and compile again. Sounds like a simple problem, and maybe I'm indeed just too stupid, but you can't imagine how often this happened to me in the past months. I already tried to change my muscle memory to "pril" + <tab> but this didn't work well so far. It's so annoying 😄
Also note that print! is used substantially (!) less often than println!. I don't think a snippet is necessary for such a rare statement.
Meta
Rust Enhanced Version
2.19