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

VSCodeを初めて使ってみたので、いくつかメモ。
また新しいことを知ったら追記していきます。

前提

  • Mac使用

ファイル内の文字列検索

左側の虫眼鏡↓をクリックすると
Screen Shot 2019-12-09 at 11.44.12.png

検索タブに切り替わる。replaceもできる。
Screen Shot 2019-12-09 at 11.44.41.png

ショートカットの場合

command + shift + f

ファイルの検索

command + p で検索ボックスがエディタ上部に開く
Screen Shot 2019-12-09 at 11.48.36.png

ファイルを別タブで開きたい時

例えば .gitignore を開いたあとに
Screen Shot 2019-12-09 at 11.49.42.png

↓の .node-version を開くと
Screen Shot 2019-12-09 at 11.50.05.png

さっきの .gitignore が開いていたタブが上書きされてしまうのをやめたい...というとき。
Screen Shot 2019-12-09 at 11.50.38.png

方法

開いたままにしておきたいタブをダブルクリックして、斜体→ノーマルに直す
Screen Shot 2019-12-09 at 11.49.42.png

Screen Shot 2019-12-09 at 11.53.20.png

これで .node-version を開いても、 .gitignore も保持されたままにできる。
Screen Shot 2019-12-09 at 11.53.59.png

ターミナルを使いたい

Screen Shot 2019-12-11 at 11.01.08.png

Terminal > New Terminal をクリック。

複数のターミナルを使いたい

ターミナル右上の + をクリック。
Screen Shot 2019-12-11 at 11.03.37.png

クリックして、VSCode上部にこんなフォームが開いたらターミナルを開きたいディレクトリを選ぶと
Screen Shot 2019-12-11 at 11.04.24.png

Screen Shot 2019-12-11 at 11.05.51.png

Screen Shot 2019-12-11 at 11.06.03.png

こんな感じで増える。

ターミナルを削除したい

Screen Shot 2019-12-11 at 11.07.29.png

PhpStorm との違い

  • 重くない
  • 自動保存しないといけない
2
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
2
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?