Sublime-Text-2-Syntax-Coloring-for-Visual-FoxPro icon indicating copy to clipboard operation
Sublime-Text-2-Syntax-Coloring-for-Visual-FoxPro copied to clipboard

The autocompletion popup doesn't show up

Open elcone opened this issue 8 years ago • 0 comments

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.

elcone avatar Dec 09 '17 16:12 elcone