Automatically complete a line in Visual Studio

Just discovered that Shift+Enter magically completes a line for you. For example, you can type

String Hello = "Hello world

Then Press Shift + Enter, you’ll have

String Hello = "Hello world";
| (cursor waiting on the next line)

Leave a Reply

Your email address will not be published. Required fields are marked *