697
392

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.

ターミナルからVisual Studio Codeを起動する方法【公式の方法】

Last updated at Posted at 2015-11-25

2018.07.03 新規で来てくださった方にわかりやすいように更新しました。

ターミナルからエディタを起動したい。atom hoge.jsとかやって特定のファイル開いたりatom .とかやってカレントディレクトリ開くといったことをVisual Studio Codeでやる方法について書いています。

MacでVisual Studio Codeをターミナルから起動する方法。

  1. Command + Shift + Pでコマンドパレット開く。
  2. Shellって検索
  3. インストール

image

たったこれだけです。とってもかんたんですね!

サンプル

起動

code

カレントディレクトリをプロジェクトとして開いて起動

code .
jsディレクトリ内のhoge.jsを開く
code js/hoge.js

以上です。

過去にエイリアスの設定をした人の解決策

もう1年以上経っているので、需要はほとんどないと思いますが、記載しておきます。
.bash_profileなり.zshrcなりにエイリアスを追記する方法を書いていた人には以下のようにエイリアス消せってアラートが出ます。
image

消した後に上述の設定をしましょう。


Windowsでももちろんできます。
Linuxは知らない。

公式ドキュメント

697
392
5

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
697
392

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?