DisposaBoy / GoSublime

A Golang plugin collection for SublimeText 3, providing code completion and other IDE-like features.
MIT License
3.42k stars 302 forks source link

Autocomplete window not opening on dot #765

Closed AndreasBackx closed 5 years ago

AndreasBackx commented 7 years ago

I've been facing the same issue as #175, but none of my packages seem to be the cause. I disabled all of my packages except for GoSublime and still doesn't open an autocomplete window when typing the dot .. It does open with the hotkey ctrl+space. "auto_complete" in the ST3 settings is also set to true. What could be the cause here?

l33t0 commented 7 years ago

I'm experiencing the same issue, would be keen to hear if there is another configuration parameter for this.

ivanmrchk commented 6 years ago

+1

DisposaBoy commented 6 years ago

GoSublime doesn't trigger the autocomplete. If ctrl+space works and none of your other plugins are overriding auto_complete_triggers, it's probably a Sublime Text issue.