Answers for "vs code match all css media queries search panel"

0

vs code match all css media queries search panel

If using VS Code 'Search Panel' to match all '@media' queries
with regex, use keyboard shortcuts instead (Mac):

1. Select the '@media'
2. Select all instances 'Cmd + Shift + L'
3. Expand selection (TWICE) 'Cmd + Ctrl + Shift + -> (right arrow)'
   should have selected all from '@media' to last '}'
Posted by: Guest on April-27-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language