Answer the question
In order to leave comments, you need to log in
How to bind sublime text?
How to make your own bind in subline text 3? For example, I write a script and it does
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
Answer the question
In order to leave comments, you need to log in
Preferences -> Package Settings -> Emmet -> Settings - User
{
"snippets": {
"html": {
"abbreviations": {
"jq": "<script src='https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>"
}
}
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question