M
M
Max Shteklya2017-06-22 17:34:43
Domain Name System
Max Shteklya, 2017-06-22 17:34:43

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

1 answer(s)
S
Sergey Tutukov, 2017-06-22
@BedOmar

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>"
            }
        }
    }
}

Works if document type is html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question