Answer the question
In order to leave comments, you need to log in
What HTML editors are there with the option to wrap code in the right tag or template?
for example, there is a text Привет
I select it, I press Ctrl-B, I get <b>Привет</b>
it Once upon a time, this was in Dreamweaver.
Well, and the like, with the setting of hotkeys and the appropriate wrapper.
Preferably something simple, setup or plugin for Atom, VS Code, ...etc
Answer the question
In order to leave comments, you need to log in
imperavi - https://imperavi.com/redactor/
And here are the docks for adding your own formatting https://imperavi.com/redactor/docs/settings/format...
Or do you need a development environment? Then www.jetbrains.com/webstorm or www.jetbrains.com/phpstorm
Sublime text 3
In settings write
[
{
"keys": ["ctrl+shift+b"], "command": "insert_snippet", "args": {"contents": "${0:$SELECTION}"}
}
]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question