Looking for a Visual Studio Replacement on Linux

0
26
Asked By CodeWizard99 On

I'm a computer science major and we've been using Visual Studio 2022 for our C programming classes. However, since I'm using a Linux distro (Cachyos) on my not-so-great laptop, I need an alternative to Visual Studio. I'm particularly looking for something that supports features like pragma. I tried CLion, but it doesn't quite feel similar to Visual Studio for me.

4 Answers

Answered By LinuxDevExpert On

Microsoft's development tools are tough to beat. I've been using Linux for years, but I admit nothing stacks up to Visual Studio's capabilities. If you're looking for a similar experience, you might want to try NetBeans or Eclipse. They might not be perfect, but they could get you closer!

Answered By TechieGuru01 On

What language are you working with? Visual Studio supports a ton of different languages.

CSharpFan23 -

Oh right, it's for C.

Answered By CodeSlinger88 On

Also, keep in mind that some MSVC features won't work directly on GCC. There's something called MSVC Wine that lets you run it on non-Windows platforms, but I haven't tried it myself yet.

Answered By DevNinja84 On

CLion is a solid option for C, not sure why you’re not into it. I had a great experience switching from PyCharm—it has a similar interface. But I get that you might miss some Visual Studio features like pragma files. It can take time to adjust to new tools!

CSharpFan23 -

Totally agree! I liked using CLion before, but I feel like I'm missing some functionalities from Visual Studio.

QuestionSage77 -

Yeah, I think that might be why I prefer some things from Visual Studio too.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.