I've done battle with the VSCode autocomplete many times over the years, trying to stop things from popping up automatically when I'm typing. My escape key has gotten more of a worked out over the years than a vim user on speed. I've twiddled every option in Settings but it has defeated me every time.
Yesterday was my latest battle and I think I have the upper-hand. I set the "millisecond delay until show" to some very large value and it seems to have worked. I can now typed without stuff flashing and popping up all the time.
I came back late yesterday to the computer. VSCode was still open, and showing one lonely autocomplete pop up on screen. pfff.. Time to add another zero to the delay setting I guess...
I had the same issue until i took the time to check out the docs and config it to my taste, it offers a fair amount of customization.
Granted, you shouldn't need to fiddle with it to make it usable, but i really didn't mind spending some time to get to know better the tools i'm using every day.
My config file is like 1500 LOC long and it's a bit messy, but in a quick search i found i severely limited the available options, changed the position of the box so it does not cover the text immediately underneath, changed some colors and put some suggestions as inline hints instead, among other stuff:
Thanks. I was thinking about switching to VS Code from IDEA (because VS Code has evolved a lot, to my surprise), but looks like I need to wait a little more.
I've done battle with the VSCode autocomplete many times over the years, trying to stop things from popping up automatically when I'm typing. My escape key has gotten more of a worked out over the years than a vim user on speed. I've twiddled every option in Settings but it has defeated me every time.
Yesterday was my latest battle and I think I have the upper-hand. I set the "millisecond delay until show" to some very large value and it seems to have worked. I can now typed without stuff flashing and popping up all the time.
I came back late yesterday to the computer. VSCode was still open, and showing one lonely autocomplete pop up on screen. pfff.. Time to add another zero to the delay setting I guess...