Setting up Visual Studio Code for Python Development
www.sqlshack.com › setting-up-visual-studio-codeJul 01, 2020 · As you write the code, you can see that there is no auto-complete or no IntelliSense provided by the code editor and you need to write the entire statement on your own: Figure 5 – Setting up Visual Studio Code for Python. To avoid that, we need to install the Python extension for Visual Studio Code by navigating to https://marketplace.visualstudio.com/items?itemName=ms-python.python and download the extension: