Sublime-Text-2-Syntax-Coloring-for-Visual-FoxPro
Sublime-Text-2-Syntax-Coloring-for-Visual-FoxPro copied to clipboard
The autocompletion popup doesn't show up
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.