How to be a professional (un)wrapper #vscode #programmingtools #coding

preview_player
Показать описание
Remove wrapping HTML tags with a single command
Рекомендации по теме
Комментарии
Автор

Or use vim mode and simply press dst (delete surrounding tag)

humblepeanut
Автор

Gonna add this shortcuts to my neovim key bindings 💪

simpingsyndrome
Автор

I love the green theme but you should try the Ruby Sea Theme, it's a breath of fresh air 😊

Barkerbg
Автор

`dst` delete surrounding tag, just use vim surround

msaurabh
Автор

Nice, I will like to know how to wrap a text with a tag?

dananghel
Автор

Is there a way to achieve a similar functionality in JavaScript?, such as removing the functions head with a pair of brackets at the end.

BRODZELi
Автор

Please make a video how to rename a tag in both starting and end tag

donathmm
Автор

I used to do this. But it just feels wrong so I do the click tag get highlight and delete

hikari
Автор

Is there a setting for the vertical line that focuses on the current element?

alexgirbescu
Автор

Flutter has a better way of doing this. There is a lightbulb icon that appears next to the widget is instead of opening the command pallet. I’d rather just have that simple lightbulb just like flutter does it it will be much easier.

windmillcode
Автор

bruh, I have a faster and better way, just put the cursor anywhere on the line of the opening tag then hold ALT and click anywhere on the closing tag line and then you will see two cursor at the both lines, then just press SHIFT + DEL and then the lines will be removed

Anas_Alaqeel
Автор

Usually I'd select the section cmd+d to get a second cursor on the next section tag and cmd+l (I think to select whole lines) then delete tho that doesn't work as great for divs and you have multiple nested divs inside 😬

CanRau
Автор

Or just use an extension to do it automatically

bambusak_