Unless I force with ctrl + space, the autocompletion popup doesn't show up, I edit Visual Foxpro.tmLanguage and modify this part in order to get popup working:
...
<key>scopeName</key>
<string>source.foxpro</string>
...
Adding source fixed the problem for me.
Unless I force with ctrl + space, the autocompletion popup doesn't show up, I edit
Visual Foxpro.tmLanguageand modify this part in order to get popup working:... <key>scopeName</key> <string>source.foxpro</string> ...Adding
sourcefixed the problem for me.