Answer the question
In order to leave comments, you need to log in
How to install Tag plugin in sublime text 3?
Dear help me figure it out. When installing other plugins, there are no questions (emmet, etc.), but when I write Tag after sublime text 3 has connected to the repository in the line where they drive in the name of the plugin, there is no such thing, although the list is large of the others. Maybe you can install it manually from the git hub ( github.com/sublimetext/tag) then explain how to do it.
Answer the question
In order to leave comments, you need to log in
well it says github.com/sublimetext/tag
Installation
Download or clone the contents of this repository to a folder named exactly as the package name into the Packages/ folder of ST.
The plugin can:
- Get CSS Classes(Copies all classes from the HTML file to the clipboard)
- Rename(Renames the selected tag)
- Close Tag(Closes unclosed tags)
- Fold Attributes
- Insert as Tag
- Lint Selection or Document
- Auto-Format Tags on Document(Formats the selected code)
- Remove All Tags in Document(Removes all tags from the file leaving only text)
- Remove All Tags in Selection(Removes all tags from the selection)
- Remove Picked Tags in Document(Removes selected tags from the file)
- Remove Picked Tags in Selection (Removes the selected tags from the selection)
- and others...
I also looked there. There is a video on YouTube: Sublime Text - Tag plugin installation. Using the Tag plugin everything is installed there normally.
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question