M
M
m0l1bd3n2021-02-28 05:47:47
Sublime Text
m0l1bd3n, 2021-02-28 05:47:47

How to create a bind in Sublime?

603aff0f414d3975301222.png
I don't understand how the sequential_number_insert command can be called from a file called IncrementSelectionCommand, with a class inside SequentialNumberInsertCommand. and how to create the same command

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Reikoni, 2021-03-20
@ifullut

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>" #сама команда
            }
        }
    }
}

If you write "jq" and press Tab, it will be written: .
In the same way, you create your binds

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question