micro-editor / go-plugin

Auto gofmt/goimports and gorename
43 stars 5 forks source link

autocomplete #2

Open aliuygur opened 7 years ago

aliuygur commented 7 years ago

will you add autocomplete support?

zyedidia commented 7 years ago

I have thought about adding autocomplete support to micro for a while and hope to do so at some point, but it's a really large change and there always seem to be more pressing issues.

Hopefully when autocomplete gets implemented in the core it will also be possible to easily access it from a plugin like this one to use something like gocode.

aliuygur commented 7 years ago

thank you.

ghost commented 6 years ago

any movement on this ? I would like to use Micro and not vim, and autocomplete is compelling.

ghost commented 6 years ago

There are some really good autocomplete tools for golang these days. Can't remember which one right now.

Is the problem to do with how to make it work with the GUI ?