stamblerre / gocode

An autocompletion daemon for the Go programming language
MIT License
394 stars 28 forks source link

Sublime3 plugin performance improvements #14

Closed jeroenrinzema closed 5 years ago

jeroenrinzema commented 5 years ago

Closes #13

Improvements to the sublime3 gocode plugin. All autocomplete requests are now handled async and are synced with the active view once done.

preview

stamblerre commented 5 years ago

Thank you for working on this! This is great. This could also be useful for mdempsky/gocode and nsf/gocode, if you'd like to contribute to those repositories too. I can merge it into mdempsky/gocode if that's easier for you, but it would probably be a good PR to send to nsf/gocode.

jeroenrinzema commented 5 years ago

Thanks. I will create a PR for the mentioned repositories as well.

stamblerre commented 5 years ago

Awesome, thanks for doing this!