Sublime Forum

Autocomplete popup on dot character

#1

Hi,
I’m trying to get autocomplete to popup whenever the dot character is pressed (with appropriate context).

The technique I’m using is one I discovered in GoSublime, which is to define a key shortcut bound to “.”.
That shortcut runs the following macro:
{ “command”: “insert”,
“args”: { “characters”: “.” }
},
{ “command”: “auto_complete” } ]

This works fine in linux, but on Windows it does not (it simply does not invoke the autocomplete command).
Running build 2126 on both.

Thanks,
Ben

0 Likes

#2

Please ignore that post.

I get perfect behaviour on my other Windows machine - so I must have screwed up my settings somehow.

0 Likes