0
1

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

【VSCode】〜python利用時のtips〜

0
Last updated at Posted at 2021-01-12

#tips1: IntelliSenseがjupyterファイルで機能しない場合の対処法

下記の方法により解決した

  1. VSCodeの拡張機能でPylanceをインストールする
  2. ショートカットキー(Windows: Ctrl + ,)または,メニューバーから基本設定 > 設定 で設定画面を開き、settings.jsonファイルを開く
  3. ファイル内に"python.languageServer": "Pylance",を追加or変更する

#tips2: 置換
以下コマンドで置換可能
command + shift + H

0
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?