November 7th, 2019 at 3:59 PM
I'm considering wiping my PC yet again and I can usually get down my 'essential' software within a few minutes. After that, I focus on getting all my dev shit down and sorted nicely.
So what are your usual editors/toolchains/IDEs that you install whenever building back up?
Windows:
Text Editor:
Linux:
Text Editors:
So what are your usual editors/toolchains/IDEs that you install whenever building back up?
Windows:
Text Editor:
- VS Code
- EmEditor
- CLion (C/C++)
- GoLand (Go)
- IntelliJ (Java)
- Visual Studio (.Net, some C/C++ related stuff too.)
- Arduino (Arduino)
- Keil uVision (microvision) (Embedded applications in C, MDK)
- Gnat/GPS (Ada)
- STM32cubeMX (Code generator for STM32 boards)
- Fritzing (Schematics)
- Choco/NuGet (Package Managers)
- Git
- Node
- MinGW (C/C++)
- Non-VB/C# VisualStudio packages (F#, linux, etc.)
Linux:
Text Editors:
- VS Code
- nvim
- Atom (ONLY if VS Code isn't supported on the target without overlays, AKA Gentoo)
- Arduino
- mBed (not installed, just what I use.)
- Git
- Node
- GCC family