Skip to content

whizsid/DOMQS

Repository files navigation


License: MIT Build: parsing VS Code: Installs

DOMQS is a VS Code extension enable users to search by DOM query selectors in their HTML/XML documents.

DOMQS on VSCode

Installation

Search for 'DOMQS' in your extensions tab in left bar and install the first extension.

Configuration

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.

Available Commands

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

TODO

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.

Contributions

All pull requests and issues are welcome.