C
C
chegcheg2021-03-25 00:51:30
Code editor
chegcheg, 2021-03-25 00:51:30

How to make css code reusable auto complete on tab click?

After reinstalling Sublime Text 3, the function of "reusable" auto-completion of the code with several tab presses crashed.

Now it's like this:
- I write, for example, "justify-content:"
- I press tab and the value "space-around;" is substituted
- I press tab again and only the tabulation is printed further.

It was (and should be returned) like this:
- I write, for example, "justify-content:"
- I press tab and the value "space-around;" is substituted;
- repeatedly press tab and "space-around;" changes to the next value "space-between;"

How to return such functionality? Was it some kind of plugin or is it implemented in the standard settings?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question