Tag Archives: VSCode
VSCode Tricks for Web Development
Select Everything in the Outer HTML Element There is no shortcut for this by default but we can create one with the following steps: Now you can select the contents of the outer element in the DOM with the shortcut Ctrl + Shift + A. Move the Selected Rows (or the Row of the Cursor)…
How to Enable the Context Menu Option “Open Folder as a VSCode Project” on Windows
Problem I generally like to keep my context menu clean and don’t allow any programs to add additional items. That’s what I did while installing VSCode only to realize it would be very useful to be able to right-click on a folder and open it in VSCode from there as below. I could reinstall it…