#Disable "inline suggestions" in VSC go extension?

14 messages · Page 1 of 1 (latest)

rose swan
#

I've got a Continue setup which has been acting weird recently, and I see that the go addon apparently has its own "inline suggestions", but I can't find a way to turn them off.

Any ideas? Thanks

ashen lily
#

I don't know how to disable it but you can run go fix ./... on your project to automatically resolve all of them

#

the inline suggestion means you are calling a deprecated function that most likely just call to some other piece of code

#

applying the fix almost always just make you call an other newer function / package

rose swan
#

The copilot icon seems to make me think it's inline suggestions though

ashen lily
#

does go fix does anything ?

rose swan
#

nope

ashen lily
#

then I guess you're right

#

time to switch to neovim I guess

left wharf
left wharf
#

(that is for go itself)

#

then for the bullshit/crapware extensions you got crammed in your code install (hheeeeeeh): "editor.inlineSuggest.enabled": false