Answer the question
In order to leave comments, you need to log in
Is it possible to create a command in Sublime Text to insert a prepared piece of code?
To speed up the layout process (I work with bootstrap), you need to insert a piece of prepared code using a key combination, for example
<div class="container">
<div class="row">
<div class="col-md-">
</div>
</div>
</div>
Answer the question
In order to leave comments, you need to log in
Yes, it's possible. You need to record a macro and assign any key combination to it. Tool-Record Macros and upon completion Stop Recording. You can assign a combination by editing the Preferences-Key Bindings-User, there you need to specify the combination and the path to the saved macro.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question