Conversation
Notices
-
Embed this notice
Rusty Crab (rustycrab@clubcyberia.co)'s status on Monday, 30-Sep-2024 13:11:50 JST Rusty Crab @eric @atlas the advantage over clion is its sln/vcxproj support and it is also much more responsive, though supposedly that's being addressed in clion nova - Sick Sun likes this.
-
Embed this notice
Rusty Crab (rustycrab@clubcyberia.co)'s status on Monday, 30-Sep-2024 13:11:51 JST Rusty Crab @eric @atlas that's what it's advertised for but it supports c++ as well. I use it with msbuild and it blows visual studio out of the water for all but the most obscure use cases. -
Embed this notice
Rusty Crab (rustycrab@clubcyberia.co)'s status on Monday, 30-Sep-2024 13:11:52 JST Rusty Crab @atlas Rider is better than Clion if you're on windows. -
Embed this notice
Eric Zhang 2: Episode 1 (eric@pl.starnix.network)'s status on Monday, 30-Sep-2024 13:11:52 JST Eric Zhang 2: Episode 1 @RustyCrab @atlas Isn't that for .NET? -
Embed this notice
atlas_core: New Funky Mode (Early Access) (atlas@hollow.raccoon.quest)'s status on Monday, 30-Sep-2024 13:11:54 JST atlas_core: New Funky Mode (Early Access) CLion: Heavy, but powerful.
Visual Studio: Why the fuck would you use that
Lite XL: More of a (really decent) text editor, its IDE plugin is pretty undocumented and janky, I've not had it work unfortunately. Also doesn't like CMake.
AstroNvim: Pretty light, pretty odd, pretty fucking decent, if you get used to running :CMakeBuild and :CMakeDebug.
VSCode: Some assembly required, otherwise powerful experience.
VSCodium: Doable, some more assembly required and probably a less complete experience as a result, but by no means unusable.
Panic Nova: I haven't been able to get its debugger to work. Otherwise it'd have been a perfect IDE for macOS.
There's probably five billion other IDEs that I should check out, but for now I'll stick to CLion primarily, and AstroNvim/VSCodium otherwise. -
Embed this notice
atlas_core: New Funky Mode (Early Access) (atlas@hollow.raccoon.quest)'s status on Monday, 30-Sep-2024 13:11:55 JST atlas_core: New Funky Mode (Early Access) I guess my problem with C++ isn't the language or its syntax as much as the automation or productivity of it.
CLion is as simple and automated as it gets, Visual Studio is much the same but crashes when you look at it funny. Other IDEs, you either have to take extraneous steps to make it (kinda) work, or it just doesn't work and the IDE best works with higher level languages.