I've switched to VSCode and I find it mostly pretty good. However, I find Intellisense and the like more of a hindrance than a help 80% of the time.
As an example, here's a screenshot while editing Python with Pylance enabled. I don't really need to be constantly reminded of every function's signature and it interferes with seeing the code while writing it. Not only that, it also often covers up the hyperlinks Pylance generates to point to the source file of the function.
Is there a way to suppress or delay the popup's automatic appearance, but keep it handy, possibly via either hover or with a shortcut? Failing that, a quick full suppression and shortcut to turn it back via boolean flag in settings would be good as well.