#Vscode autocompleting functions with dummy params, how to stop?
1 messages · Page 1 of 1 (latest)
if I TAB to autocomplete the @import, then this automatically happens
I am not sure if this is something to do with the zig extension
but this is annoying since if I have multiple params, I need to go delete all of them individually
2 ways:
settings -> editor > Inlay Hints : off
settings -> zig extension look for "inlay hints" setting
I have set all of these off, but this is a different thing
this puts the param inline as a hint
but my issue is with autocomplete
filling in the param there
if you tab through the params, theyll be selected and entirely replaced by your text, but if you accidentally "break" the autocomplete mode, it is indeed very annoying
brah, what am I smoking.. settings -> look for "snippets"
I still think this is kinda annoying
lets say I make a typo and press bksp or back arrow or whatever
gg
then it becomes painful
that did it
wish it would continue autocompleting parens though