Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Allow gb package lookup mode for completions #547

@kulshekhar

Description

@kulshekhar

Currently while using gb, autocomplete doesn't work properly (this is different from #249)

To get autocomplete working with a project using gb, we need to execute the following command manually:

gocode set package-lookup-mode gb

(reference)

It would be very useful to have the ability to set options like these in workspace/user settings (for example, under go.gocode.options)

If this is implemented, it would also be helpful if these options are set when switching between projects that have different settings. For example, when switching from a project using gb to a regular go project, the extension to execute

gocode set package-lookup-mode go

and vice versa.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions