this post was submitted on 22 Apr 2025
463 points (93.8% liked)
Technology
69211 readers
3326 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
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
I'm a developer, and I can't just skip Windows support, also the "GUI" for debuggers on Linux aee pretty much just separate terminals for gdb, and often I can't just jank my way out with
printf()
from various issues.Valid reason.
However,....Virtual Machine?
And that is an issue because…?
Is the second point supposed to be a negative rather than an implementation detail?
Anyway, vscode would probably work for you. Or try clion. Like VS, but with decent cmake support, clang integration, better auto complete, simpler tool chain management, faster index, no daily crash/hanging, better git/lab integration, cross platform support... Actually never mind, there is indeed nothing like VS IDE wise. Whatever that means
I personally use RemedyBG + Kate + langservers (I might even make my own), which is actually better than VS.