T
T
tef2015-10-13 20:17:11
Sublime Text
tef, 2015-10-13 20:17:11

How to enable autocomplete in sublime?

Autocomplete only works with ctrl + space. How can I turn it on so that it appears on its own? Of the plugins, only Emmet is installed. Maybe he turns it off somehow?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
T
tef, 2015-10-13
@tef

Found a solution.
Find the CSS.sublime-package file. It is located in C:\Program Files\Sublime Text 3\Packages. Open it with an archiver. Delete the Completion Rules.tmPreferences file there. Restart sublime. Success.

A
Alexander Pavlyuk, 2015-10-13
@pav5000

There is an auto_complete option in the main sublime settings file, do you have it set to true?

// Enable auto complete to be triggered automatically when typing.
"auto_complete": true

Try going to Preferences -> Settings - User and adding it to your user settings file.

U
umkasanki, 2018-05-22
@umkasanki

Try in Preferences > Settings -- User add:
"auto_complete_selector": "source, text",

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question