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?

DevToys Extension のサンプルプロジェクト作りました。

Posted at

DevToys Extension のサンプルプロジェクト

先日、8年ぶりに書いた記事、DevToysのExtension(拡張機能)についてですが。

動作するサンプルをGitHubにコミットしました。

動かすためには、

git で clone してVisual Studio 2022で開けば動くと思います。

> git clone https://github.com/bjcrobot/DevToysExample.git

が、その前にそもそも必要なもの

DevToys 本体
インストーラー版より、Zip版をオススメします。
(どこにインストールされたのかわからなくなるので)

DevToys Extension開発のための最低限のセットアップ

環境変数の設定が必要になります。
以下は、WindowsでPowerShellを使う場合、その他は上記のリンク先を見てください

[Environment]::SetEnvironmentVariable("DevToysGuiDebugEntryPoint", "<your_path>\DevToys.exe", "User")
[Environment]::SetEnvironmentVariable("DevToysCliDebugEntryPoint", "<your_path>\DevToys.CLI.exe", "User")

開発ツール

Windowsなら、Visual Studio 2022 がオススメですが、

Visual Studio Code でも大丈夫です。(Macとかでも動きます)

大体これで動くと思いますが、不足してるものとか不明点あれば、コメントください。
皆さんのはじめの一歩のお薬に立てばです。

で、何作ろう・・・

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?