0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

VS-CODEでインテリセンスが時々効かないとき、、

Posted at

VS-CODE、便利ですよね。
pythonを記述するのに使っていますが、拡張機能で入れた「pylance」のインテリセンス機能(モジュールのメソッド候補表示)は非常に助かります。

ただ、時々、インテリセンスが効かなくて不便だなぁと思いながら、漠然と使いつつ、トラブルシューティングの記事などを見ていたのですが、初心者ならではの解決方法があったのでメモまで。

image.png

image.png

→typingはインテリセンスが効くのに、fastapiとかpydanticは「見つけられない」エラーになってしまう

image.png

→Fieldモジュールのmin_lengthとかも出てこない、、

そこで、いまアクティベートしているconda環境で、pythonのバージョンを見てみると、、

image.png

vs-codeの右下フッタのpythonは「自動検出」(おすすめ)だったのですが、
バージョンが3.10??

image.png

image.png

image.png

じゃあ、3.11に変えてみよう、ということでリストから変更

image.png

エラーが解消されて、無事、インテリセンスが効くようになりました。。

image.png

「なんだ、こんなことか」というお話ですが、参考まで

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?