I've been learning React recently, having styled-components installed in my project. Got a pretty helpful extension for css intellisense inside backticks, "vscode-styled-components", but one suggestion is incredibly annoying for me.
When you type 'var', then open parentheses, it autocompletes to 'var()()' with the cursor being inside the second one. I am used to opening parentheses by hand, and even if you don't and hit enter, it autocompletes to 'var()' with the cursor after ')', which is still somewhat counter-intuitive.
Is there a way to disable a specific suggestion, with 'settings.json' for example? This might be handy with other suggestions too in the future. Thanks.