1
5

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.

Windows開発に役立つソフトウェア

Last updated at Posted at 2020-10-13

#一覧

  1. Windows Terminal
  2. Process monitor
  3. Everything
  4. Dependencies
  5. Microsoft Garage Mouse without Borders
  6. Doxygen

#link
[Windows Terminal]
(https://www.microsoft.com/en-us/p/windows-terminal/9n0dx20hk701?activetab=pivot:overviewtab)
コマンドプロンプト、powersehllなどが一つのウインドウ内でタブまたは画面分割できます。複数ウインドウを立ち上げる必要がある開発環境にはとても便利です。
画面

[Process monitor]
(https://docs.microsoft.com/en-us/sysinternals/downloads/procmon)
あるプロセスが出力したコマンドライン引数を見ることができ、デバッグに役立ちます。
画面

[Everything]
(https://voidtools.com/)
1度indexを作成したら、高速でPC内のファイル、フォルダ検索を行ってくれます。
画面

[Dependencies]
(https://github.com/lucasg/Dependencies)
dllやexeの依存関係を調べられます。何のdllが足りなくて動かないのか確認できます。
画面

[Microsoft Garage Mouse without Borders]
(https://www.microsoft.com/en-us/download/details.aspx?id=35460)
一台のマウス、キーボードを複数のPCで共有できます。デスクトップ画面とノートの画面間でシームレスに操作可能です。

[Doxygen]
(https://www.doxygen.nl/index.html)
指定の方法でコメントを書き、graphvizと組み合わせることで、関数の呼び出し関係図、class図をhtmlで作成してくれます。
画面

1
5
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
1
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?