Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/whizsid/domqs

This VS Code extension enables to search by DOM query selectors in HTML/XML documents.
https://github.com/whizsid/domqs

css-selector dom html5 pinned query-selector search-algorithm vscode-extension xml

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

---


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](https://i.imgur.com/2pZw63l.gif)

## 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](https://github.com/microsoft/vscode/issues/75152) to implement this feature. I can bind this library with new features after implemented.

## Contributions

All pull requests and issues are welcome.