Skip to main content

All Questions

0 votes
0 answers
125 views

Shortcut to wrap statement with Console.WriteLine

Given a statement on a single line (line 42) like: Add(1, 2); that I want to transform to Console.WriteLine(Add(1, 2)); my current workflow is to press Ctrl-G 42 Enter Shift-End LeftArrow Ctrl-X c ...
Johannes Riecken's user avatar