python3.8.0の仮想環境作って適用したらvscodeでコード補完が効かなくなった
python3.8.0の仮想環境
pyenvで3.8.0の仮想環境作ってヨッシャ新機能試すぞーと思ったらコード補完が全く効かなくなってしまった。
↓ちゃんとpython3.8.0の仮想環境が適用されてる
対処法
settings.jsonを開く
settings.jsonに追記
"python.jediEnabled": false
を追記
{
"python.pythonPath": "/Users/.../.pyenv/versions/new_doc_38/bin/python",
"python.jediEnabled": false // この1行を追記
}
Author And Source
この問題について(python3.8.0の仮想環境作って適用したらvscodeでコード補完が効かなくなった), 我々は、より多くの情報をここで見つけました https://qiita.com/Butterthon/items/ccbf55b895fe435fb0ab著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .