After search for a long time, I refer to here.
if current position is between 2 double-quotes, is there any command can mark all text in the 2 double-quotes?
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.
If you’re one to work with the mouse, double-clicking selects text including the double-quotes.
expand-region allows you to select expanding lexical units of text one of the stopping points is string without quotes, and the one after that is string including quotes.