# VS Codeの拡張機能「Ascii Tree Generator」を使用しツリーファイル構造をサクッと作成する
1 min read
Table of Contents
VS Code の拡張機能「Ascii Tree Generator」
ディレクトリ構造など面倒なツリーを#タグを使って簡単に書けるようにしてれる拡張機能。
Githubのドキュメントに詳しい説明がある。
使用方法
# public# dist## index.d.ts## index.js# src## index.ts↑ のように作成し選択、Ctrl+Shift+Pでコマンドを開き、Pre-Formatted Tree Stringを選択する。
.├── public├── dist│ ├── index.d.ts│ └── index.js└── src └── index.tsそうすると上記のように展開される。