Settings when developing App Engine / Python apps with VS Code

Open "File"> "Basic Settings"> "Settings" and add the following to "User Settings" in the right pane (for Windows 10)

settings.json


    "python.autoComplete.extraPaths": [
        "C:\\Program Files (x86)\\Google\\Cloud SDK\\google-cloud-sdk\\platform\\google_appengine",
        "C:\\Program Files (x86)\\Google\\Cloud SDK\\google-cloud-sdk\\platform\\google_appengine\\lib"
    ]

I don't know the Mac path, but you can find it by searching the "google_appengine" folder.

that's all.

Recommended Posts

Settings when developing App Engine / Python apps with VS Code
VS Code settings for developing in Python with completion
Settings when writing Google App Engine / Python apps in Intellij Idea
Python with VS Code (Windows 10)
Debug Python with VS Code
[VS Code] ~ Tips when using python ~
Install python with mac vs code
Debug settings in virtual environment when using Pipenv with VS Code
VS Code settings
Recommended environment and usage when developing with Python
Python (Windows 10) Virtual Environment / Package with VS Code
Debug with VS Code using boost python numpy
Use Python in Anaconda environment with VS Code
Make your Python environment "easy" with VS Code
Build a python execution environment with VS Code
Try touching the micro: bit with VS Code + Python
Allow real-time code checking in Python development with VS Code
Revive symbol search in Python workspace with VS Code
PIL with Python on Windows 8 (for Google App Engine)
Getting Started with Google App Engine for Python & PHP
Various memorandums when using sdk of LINE Messaging API with Python (2.7.9) + Google App Engine
Let's run jupyter natively supported by VS Code with python3.8
Tips for developing apps with Azure Cosmos DB in Python
Try Fortran with VS Code up to debug settings. [Win10]
Settings to debug the contents of the library with VS Code
Error when playing with python
The story that Python stopped working with VS Code (Windows 10)
Search engine work with python
Build a Python environment with WSL + Pyenv + Jupyter + VS Code
Document Python code with Doxygen
Send push notifications to iOS apps with Python2 (with sample code)
Mechanism for automatic lint check with flake8 when committing python code
Create a simple Python development environment with VS Code and Docker
How to build Python and Jupyter execution environment with VS Code
Monitor Python web apps with Prometheus
Google App Engine development with Docker
Try running Jupyter with VS Code
When matplotlib doesn't work with python2.7
When using MeCab with virtualenv python
Precautions when using six with Python 2.5
[Python] Format when to_csv with pandas
Prepare a Python virtual environment for your project with venv with VS Code
Deploy a Python app on Google App Engine and integrate it with GitHub
I was addicted to creating a Python venv environment with VS Code
Steps to create a Python virtual environment with VS Code on Windows
Settings when using Python 3 requests and Beautiful Soup with crostini on Chromebook
Impressions and memorandums when working with VS code for the first time
VS Code freezes & PC crashes when I start the server with go
What to do if an error occurs when loading a python project created with poetry into VS Code
Efficiently develop Azure Python apps with CI/CD
Run Cloud Dataflow (Python) from App Engine
Competitive programming with python Local environment settings
Snippet when searching all bits with python
Uncle SES modernizes VBA app with Python
Note when creating an environment with python
[Python] Run Flask on Google App Engine
Precautions when solving DP problems with Python
Shared screen screenshot exe app with python
Daemonize a Python web app with Supervisor
Pass PYTHONPATH in 1 minute with VS Code
Develop Windows apps with Python 3 + Tkinter (Preparation)