-
Notifications
You must be signed in to change notification settings - Fork 29.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to Select the content of the tag in vscode? #5677
Comments
Hi @biij5698 , I think it doesn't exist in the core, but maybe this extension expand-region does the trick. Hope this helps |
@jrieken don't know what our keys are right now to expand the selection. Can you help. |
https://code.visualstudio.com/docs/editor/editingevolved It seems VSCode has this feature but doesn't work in my v1.0.0 |
It is very regret |
|
@Skura23 thanks. that was it |
As an alternative could use a Ctrl+D to fast select text between tags =) |
How to Select the content of the tag in vscode like sublime with the key: Ctrl + Shift + A
The text was updated successfully, but these errors were encountered: