You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
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
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
gbto a regular go project, the extension to executeand vice versa.