this post was submitted on 02 Oct 2023
18 points (100.0% liked)
Free and Open Source Software
17941 readers
197 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Sure I usually use a language sensitive editor. They are ubiquitous. I use Spyder sometimes for Python. Mostly because it is handy for static code checking. Generally I use Geany or nano.
Regarding Visual Studio. Used it for 15 or 20 years. Nice editor and debugger. For Windows is it is kind if required. Intel compiler tools for Windows were designed to be used with it too. Thankfully I am retired now. No need for Windows any more.
Visual Studio got a lot better after Microsoft finally pulled their heads out of their butts and made it 64-bit. But, at least for .NET development, it is no longer required. VS Code is a viable alternative with some extensions, and JetBrains Rider is downright awesome.