does Visual Studio 2010 not have a “join lines” keyboard shortcut?
EDIT – That is when on line X anywhere, I hit a shortcut key once, and then line X+1 joins to line X (eliminating CR between them so to speak)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As I far as I know it does not.
However, you can create and save a new VS macro using the following code:
and assign a keyboard shortcut to it (like CTRL + j)
This code will join the current line with the one right below it.