#Disable "inline suggestions" in VSC go extension?
14 messages · Page 1 of 1 (latest)
that part of gopls, it reads //go:fix annotations
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
The copilot icon seems to make me think it's inline suggestions though
does go fix does anything ?
nope
awww com'on precious, don't give soo easily 
Check on this setting: ```json
"go.languageServerExperimentalFeatures": {
"inlineCompletions": false <--- if not false, try it!
}
(that is for go itself)
then for the bullshit/crapware extensions you got crammed in your code install (hheeeeeeh): "editor.inlineSuggest.enabled": false