A
A
Anton Shvets2016-02-15 13:01:25
IDE
Anton Shvets, 2016-02-15 13:01:25

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

3 answer(s)
M
Maxim Timofeev, 2016-02-15
@webinar

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

E
Eugene, 2016-02-15
@iamd503

Sublime text 3
In settings write
[
{
"keys": ["ctrl+shift+b"], "command": "insert_snippet", "args": {"contents": "${0:$SELECTION}"}
}
]
2016-02-15_133128.jpg

L
lnked, 2016-02-15
@lnked

Try sublime + write macros for the actions you need and bind them to the desired keyboard shortcuts

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question