1

Let's say I am typing import matplotlib.pyplot. In Visual Studio, if I press space once the dropdown appears, it autocompletes the pyplot part and inserts a space after. Or when the name of a function appears in the dropdown and I press space, the function name is autocompleted and the brackets + semicolon are inserted.

enter image description here

In Visual Studio Code, I have to keep pressing Enter or Tab in order to complete and even then it just completes the immediate value (like the function name for example and not the parenthesis). How to get VSCode to behave like this?

3
  • stackoverflow.com/questions/29975152/… Commented May 30, 2022 at 10:18
  • @spikey_richie I checked this. These settings are fine. To be clear, IntelliSense is working. It is not working in the way that it works in Visual Studio.
    – Yashbhatt
    Commented Jun 4, 2022 at 5:22
  • Did you ever find an answer to this? This is my main gripe with Visual Studio Code...
    – Bas
    Commented Jun 4 at 9:37

0

You must log in to answer this question.