はじめに vscode にて、見出し (Heading) の内容に基づく目次(TOC, Table Of Contents)の作成方法を紹介します。 目次の作成には、Markdown All in Oneという拡張機能のTable of contentsを使います。 この目次は、見出しの変更に伴い自動で更新されます。 デモ コマンドパレットでMarkdown All in One: Create Table of Contentsを実行すると、見出しの内容から目次が作成される 見出し更新後にctrl+sで保存すると、目次も更新される インストール ctrl+p -> ext install Markdown All in One Markdown All in Oneをインストール 機能 目次の作成 ctrl+shift+p -> Markdown All in One: Create T