After creating and applying a virtual environment of python3.8.0, code completion did not work with vscode

python 3.8.0 virtual environment

When I thought that I would create a virtual environment of 3.8.0 with pyenv and try new features of Yossha, code completion did not work at all. ↓ The virtual environment of python3.8.0 is properly applied image.png

approach

Open settings.json

image.png

Added to settings.json

Added " python.jediEnabled ": false

{
    "python.pythonPath": "/Users/.../.pyenv/versions/new_doc_38/bin/python",
    "python.jediEnabled": false //Add this one line
}

Code completion is now possible (´Д`) = 3 image.png

Recommended Posts

After creating and applying a virtual environment of python3.8.0, code completion did not work with vscode
Work in a virtual environment with Python virtualenv.
Flow of creating a virtual environment with Anaconda
Python: Creating a virtual environment (venv), starting and stopping
Build a python virtual environment with virtualenv and virtualenvwrapper
Build a python virtual environment with virtualenv and virtualenvwrapper
Create a virtual environment with Python!
Building a virtual environment with Python 3
Create a C ++ and Python execution environment with WSL2 + Docker + VSCode
Create a simple Python development environment with VS Code and Docker
[Python] Create a virtual environment with Anaconda
Creating a python virtual environment on Windows
Build a python virtual environment with pyenv
Add a Python virtual environment to VSCode
Prepare a Python virtual environment for your project with venv with VS Code
How about creating a virtual environment with Anaconda and doing pip install?
I was addicted to creating a Python venv environment with VS Code
Steps to create a Python virtual environment with VS Code on Windows
Ubuntu18.04.05 Creating a python virtual environment in LTS
Building a python environment with virtualenv and direnv
Create a virtual environment with conda in Python
A memo when creating a python environment with miniconda
Build a virtual environment with pyenv and venv
Commands for creating a python3 environment with virtualenv
Build a python execution environment with VS Code
When I tried to create a virtual environment with Python, it didn't work
Recommendation of building a portable Python environment with conda
Building and enabling a python virtual environment, etc. (venv)
Notes on creating a virtual environment with Anaconda Navigator
Ssh to virtual environment with remote development of vscode
Virtual environment with Python 3.6
The story of debugging in the local environment because the compilation did not work with Read the Docs
Detect objects of a specific color and size with Python
How to develop in a virtual environment of Python [Memo]
Create a simple Python development environment with VSCode & Docker Desktop
Build a Python environment with WSL + Pyenv + Jupyter + VS Code
Overview of Python virtual environment and how to create it
Building a Python virtual environment
Building a Python virtual environment
Create a Python execution environment for Windows with VScode + Remote WSL
Build and test a CI environment for multiple versions of Python
Web application created with Python + Flask (using VScode) # 1-Virtual environment construction-
Build a Python environment on your Mac with Anaconda and PyCharm
Try to create a python environment with Visual Studio Code & WSL
How to build Python and Jupyter execution environment with VS Code
LaTeX and R (a little Python) environment construction with SublimeText3 (Windows)
Environment construction of python and opencv
How to run the practice code of the book "Creating a profitable AI with Python" on Google Colaboratory
Build python virtual environment with virtualenv
Build a development environment using Jupyter and Flask with Python in Docker (supports both VS Code / code-server)
Coexistence of Python2 and 3 with CircleCI (1.0)
[AWS] Create a Python Lambda environment with CodeStar and do Hello World
Get a list of packages installed in your current environment with python
Migration from Python2 to Python3 (Python2 is rebuilt as a virtual environment and coexists)
Python code to train and test with Custom Vision of Cognitive Service
[Detailed version] Creating a comfortable Python environment with Google Compute Engine (Ubuntu 16.04)
Create a Python3 environment with pyenv on Mac and display a NetworkX graph
Explanation of creating an application for displaying images and drawing with Python
[Pyenv] Building a python environment with ubuntu 16.04
Creating a simple PowerPoint file with Python
Building a Python3 environment with Amazon Linux2