Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: import exclusion/inclusion by directory #1382

Closed
kokizzu opened this issue Feb 26, 2015 · 2 comments
Closed

Feature request: import exclusion/inclusion by directory #1382

kokizzu opened this issue Feb 26, 2015 · 2 comments
Assignees
Milestone

Comments

@kokizzu
Copy link

kokizzu commented Feb 26, 2015

the case, when there are a lot of libraries in GOPATH/src, the autocomplete shows too much unused library:

image

It would be nice to add exception directories,
or better way GOPATH and list of directories to be autocompleted within GOPATH

most cases I only need certain <10 libraries (from hundreds that available on GOPATH)..

@kokizzu kokizzu changed the title Feature request: import exclusion by directory Feature request: import exclusion/inclusion by directory Feb 26, 2015
@zolotov zolotov self-assigned this Feb 26, 2015
@zolotov zolotov added this to the 1.0.0 milestone Feb 26, 2015
@dlsniper
Copy link
Member

One possible candidate for exclusion should be the directory called Godeps. The nature of godep tool will make it to duplicate things. There's already a ticket to support godep workspaces at a later time after 1.0.

I'll try and investigate other package managers as well to see if we can eliminate by default directories.

@zolotov
Copy link
Contributor

zolotov commented Aug 17, 2015

Exclusions are added in 460 alpha build

@zolotov zolotov closed this as completed Aug 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants