Skip to content
/ DOMQS Public

This VS Code extension enables to search by DOM query selectors in HTML/XML documents.

License

Notifications You must be signed in to change notification settings

whizsid/DOMQS

Folders and files

NameName
Last commit message
Last commit date
Jun 9, 2019
Jun 28, 2019
Jun 29, 2019
Jun 7, 2019
Jun 7, 2019
Jun 29, 2019
Jun 6, 2019
Jun 29, 2019
Jun 11, 2019
Jul 17, 2020
Jun 29, 2019
Jun 28, 2019
Jun 7, 2019

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.