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 1 year has passed since last update.

ターミナルからVSCodeでファイルやディレクトリを開く方法

Last updated at Posted at 2023-01-26

手順

手順1: VSCoddeでCommand+Shift+Pでコマンドパレットを開く
スクリーンショット 2023-01-27 0.18.01.png

手順2: shellと入力し、Enterキーを押下
スクリーンショット 2023-01-27 0.18.09.png

手順3: 下記の表示が出ればOK
スクリーンショット 2023-01-27 0.18.15.png

ここまで来たらターミナルから下記のコマンドを打つとVSCodeで任意のフォルダを開くことができます。

$ code hoge(ファイルorディレクトリ名)
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?