7
3

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

Visual Studio 2019 でマークダウンのプレビュー表示

Posted at

はじめに

Visual Studio 2019 では、標準では、マークダウン ファイルのプレビュー表示を行うことができません。
ここでは、Visual Studio の拡張機能を使って、マークダウン ファイルのプレビュー表示を行う方法を説明します。

拡張機能のインストール

Visual Studio 2019 のメニュー [拡張機能] - [拡張機能の管理] を選択。
[オンライン] - [Visual Studio Marketplace] を選択。
[検索] ボックスに、"Markdown" と入力。
今回は、[Markdown Editor] を選択し、[ダウンロード] を選択。
image.png

起動中のすべての Visual Studio 2019 を閉じると、VSIX Installer が起動する。
[Modify] を選択する。インストール完了後、[Close] を選択。
image.png

マークダウン ファイルのプレビュー表示

Visual Studio 2019 を起動する。
マークダウン ファイルを開くと、プレビュー付きで表示される。
image.png
もちろん、編集すれば、リアルタイムでのプレビュー表示もできます。
image.png

7
3
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
7
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?