-
Notifications
You must be signed in to change notification settings - Fork 646
Allow gb package lookup mode for completions #547
Comments
@kulshekhar, @zmb3, @methane, @offero, @mm-z, @Aleander and others who have upvoted this feature request, I have added the option to set the
|
Hey All, did any of you get to try this out? |
I stopped using |
Installing extension is throwing error
|
I was unable to install the extension.
|
@murugan100 @kulshekhar What OS are you on? I tried on Windows and Mac and the installation works as expected. |
Ubuntu 17.04 |
Linux Mint 18.2 (~Ubuntu 16.04) |
I just tried on an Ubuntu (14.04) and it works. |
I tried downloading the vsix using For now, can you clone the vscode-go repo and try installing from the repo? |
Installing from the cloned repo works. |
This feature is now out in the latest update to the Go extension (0.6.69) |
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:(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 executeand vice versa.
The text was updated successfully, but these errors were encountered: