0
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 1 year has passed since last update.

アプリ開発者のツール

Last updated at Posted at 2022-01-30

私(アプリ開発者)が普段利用しているツール

インストール方法(おすすめ)

インストーラーでインストール

VisualStudioはワークロードの選択するので、基本インストーラーで。

wingetでインストール

winget install Microsoft.VisualStudioCode --override "/MERGETASKS=!runcode,addcontextmenufiles,addcontextmenufolders,associatewithfiles,addtopath"
winget install Microsoft.PowerShell
winget install Microsoft.WindowsTerminal
winget install Notepad++.Notepad++
winget install Git.Git
winget install TortoiseGit.TortoiseGit
winget install Telerik.Fiddler.Classic

winget install ScooterSoftware.BeyondCompare4

Microsoft Storeでインストール

DevToysはDevToys を入手 - Microsoft Store ja-JPからインストール

Visual Studio Code Extensions

インストール方法(おすすめ)

code --install-extension mhutchie.git-graph
code --install-extension eamodio.gitlens
code --install-extension jebbs.plantuml
code --install-extension EditorConfig.EditorConfig
code --install-extension ICS.japanese-proofreading
code --install-extension yzhang.markdown-all-in-one
code --install-extension ms-dotnettools.csharp
code --install-extension ms-python.python
code --install-extension dbaeumer.vscode-eslint
0
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
0
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?