Start-up To activate the extension, open the command palette by pressing Ctrl + Shift + P, then type the "extension.setup" command and press Enter. Using Run the insert.tag command from the command palette. Enter the class name or ID of an existing tag, followed by a dash (-), and then the names of the new tags separated by commas. Optionally, you can add the d(deep) flag so that the added tags are nested within each other. Example container - div, span/ container - div, span d Run the command insert.attribute. Provide the class or ID of one or more tags, followed by a dash and a list of attributes with values for each tag, separated by commas. Example first-container, second-container - id="first" data-group="true", id="second" Run the remove.tag command. Provide space-separated numbers indicating start and end positions of tag pairs to remove. Every second number marks where a tag ends. Example 10 15 21 30 Reporting problems If you encounter any problems while using the software, please send a report to gmyrekpatryk6@gmail.com. License This project is available under the MIT License. |