I
I
ihabia2019-05-09 19:21:42
Sublime Text
ihabia, 2019-05-09 19:21:42

How in Sublime Text to make the selection during autocomplete work only on the Enter key?

By default, the sublime selects an item from the autocomplete on the Enter or Tab key, but I have Emmet installed, which should also work on Tab, and the autocomplete gets in the way of it ... sometimes it turns out that it selects the item from the autocomplete, instead of the Emmet command.
But at the same time, I would like to keep the autocomplete. In general, I need to somehow cancel the autocomplete selection action on the Tab key. How it's done?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry, 2019-05-16
@DmitryMry

// When enabled, pressing tab will insert the best matching completion.
// When disabled, tab will only trigger snippets or insert a tab.
// Shift+tab can be used to insert an explicit tab when tab_completion is
// enabled.
"tab_completion": true,

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question