user1059110
user1059110

Reputation: 129

SHIFT + ENTER VS2013

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

Answers (1)

Cooker2007
Cooker2007

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

Related Questions