17
15

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 3 years have passed since last update.

VSCodeでPythonの補完が欲しいならMicrosoft Python Language Serverが最高な話

Posted at

Pythonの補完には通常Jediが使用されます。VSCodeでは通常、pipによりインストールできるPython Language Serverを用いてJediをLSPに対応させることでPythonの補完を動作させています。

しかしながら、最近Microsoftの開発するMicrosoft Python Language Serverなるものが存在することを知りました。こちらは、VSCodeのPython拡張機能を使っていれば簡単に導入することができます。
image.png
設定画面からPython: Jedi Enabledをオフにすることで次回起動時に勝手にダウンロードされ有効になります。
image.png
デフォルトで簡単なLintのようなものも動作し、ドキュメントも美しく表示され、大変開発が捗ります。是非試してみてくださいね!

17
15
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
17
15

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?