#Vscode autocompleting functions with dummy params, how to stop?

1 messages · Page 1 of 1 (latest)

mortal hawk
#

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

crimson nova
#

2 ways:
settings -> editor > Inlay Hints : off
settings -> zig extension look for "inlay hints" setting

mortal hawk
#

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

sharp holly
#

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

crimson nova
#

brah, what am I smoking.. settings -> look for "snippets"

mortal hawk
#

lets say I make a typo and press bksp or back arrow or whatever

#

gg

#

then it becomes painful

mortal hawk
#

wish it would continue autocompleting parens though