Works as eCSSTractor. You just select html tags and run command. Then text will copy to clipboard
Open any document contain HTML and do one of the following:
- Press Cmd+Shift+P on Mac OS X or Ctrl+Shift+P on Windows/Linux to launch command palette and choose:
Query Selector
Query Selector All
Query selector with event
If you want you can select by ...(id, class, tagName)
If you want you can select all by ...(id, class, name, tagName)
Selector with detail will be select element detaized. Example: querySelector('div#some div.child')
***NEW AUTOCOMPLETITON YOU CAN AUTOCOMPLETE CREATE ELEMENT PROCESS IN JS
Open up VS Code and input hotkey Ctrl+Shift+X. Search Selector Js. Choose and Install Then reload window
##0.0.1
- Selection with nesting
- Selection without nesting
- Selection all without nesting
##0.0.2
- querySelector
- querySelectorAll
##0.0.3
- Add new function - Query selector with event
##0.0.4
- Add new function - selector with details
- Add new function - selector by ...
- Add new function - selector all by...
- Add new function - Create Element (conver)
##0.0.5
##0.0.6