Sublime Forum

Built in autocomplete not working after installing GoSublime

#1

This problem arose after installing GoSublime package through package installer. The autocompletion (I have checked only for HTML) for HTML is not working. If I press Ctrl + Space the list containing autocomplete suggestions still appear. Once I remove GoSublime , everything works normally again.

I need both the features. Can anybody tell me if I have to tweek any settings for both to work.

0 Likes

#2

Well I found out the way to correct it. Just add this code to user setting file

"auto_complete_selector": "source, text"

(Got this from Stack Overflow, as suggested by Richard Jordan)

0 Likes