Reputation: 129
I'm trying to find anywhere that I can achieve this. I simply want to setup a macro like in sublime text or atom where I can hit shift+enter
and it will go to the end of the line, add a semicolon, and bring me to the next line. I've just started C
development and trying to use vs2013
and not having this is pretty much going to send me sprinting back to sublime text, intellisense isn't worth destroying my workflow.
I've tried: Tools > Options > Environment > Keyboard > Text Editor : Shift + Enter > Edit.Breakline
As suggested by someone in a vs2010 thread but that proved fruitless.
Any assistance would be appreciated.
Upvotes: 1
Views: 442
Reputation: 21
The command is Edit.LineOpenBelow. It's already assigned to Ctrl+Shift+Enter
I had the same issue, so I swapped the commands for Ctrl+Shift+Enter and Shift+Enter.
Shift+Enter is assigned to Edit.BreakLine by default.
Upvotes: 2