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

ディレクトリとファイルを一気に作成する方法(VSCode小技)

Posted at

たとえば aboutディレクトリがあったとして、「aboutの中に /hobby/pokemon/meowscarada/index.html を作成したいな〜」となったとき、

  1. 「aboutディレクトリ内にhobbyディレクトリを作成」

  2. 「hobbyディレクトリ内にpokemonディレクトリを作成」

  3. 「pokemonディレクトリ内にmeowscaradaディレクトリを作成」

  4. 「meowscaradaディレクトリ内にindex.htmlファイルを作成」

なんてやってたら日が暮れてしまいます。

実はファイルを作成→「hobby/pokemon/meowscarada/index.html」とするだけで途中のディレクトリも勝手に作成してくれます。

タイトルなし.gif

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