Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Package suggestion/completion #226

Closed
ngdinhtoan opened this issue Jun 27, 2015 · 6 comments
Closed

Package suggestion/completion #226

ngdinhtoan opened this issue Jun 27, 2015 · 6 comments

Comments

@ngdinhtoan
Copy link

Since we have many installed package from third party, and they are very long (github.com/usernameabc/awesomelib).... so we can not remember all of them.
So, if there is a package completion mechanism for Atom GO plugin is very useful.

Or at least we are able to have a dialog to search installed package on machine.

@interlock
Copy link

Point me where to go to do this and I will make it happen :-)

@tucnak
Copy link
Contributor

tucnak commented Nov 20, 2015

👍 for this, would really love to see some package completion on import clause.

@ivan-bocharov
Copy link

Is there any work being done on this? I'm ready to give it a try but it would be really uncool if somebody else is already working on it.

@zmb3
Copy link
Collaborator

zmb3 commented Oct 3, 2016

See also joefitzgerald/autocomplete-go#26

@zmb3
Copy link
Collaborator

zmb3 commented Oct 3, 2016

gocode supports this, but it doesn't seem to work in Atom: nsf/gocode#257

@lloiser
Copy link
Collaborator

lloiser commented Oct 4, 2016

2 settings prevent this:

Scope Blacklist

.source.go .comment, .source.go .constant.numeric, .source.go .string.quoted

Remove .source.go .string.quoted

Suppress Activation For Characters

comma, newline, space, tab, /, \, (, ), ", ', :, ;, <, >, ~, !, @, #, $, %, ^, &, *, |, +, =, [, ], {, }, `, ~, ?, -

Remove the /

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants