DOMQS is a VS Code extension enable users to search by DOM query selectors in their HTML/XML documents.
Search for 'DOMQS' in your extensions tab in left bar and install the first extension.
Currently DOMQS is supporting only for html
and xml
file types. You can add other languages by editing domqs.availableLanguages
in your settings.json
file.
Press Ctrl+Shift+P
and type 'DOMQS' to get a list of all commands.
- Find by a query selector (Ctrl+Alt+F)
- Go to the next selection (Ctrl+Alt+M)
- Go to the previous selection (Ctrl+Alt+P)
- Select All occurances
Currently VS Code is not supporting to adding custom find terms. I have send them a issue to implement this feature. I can bind this library with new features after implemented.
All pull requests and issues are welcome.