Do I Really Need to Get Used to Visual Studio Code?

0
14
Asked By CleverPineapple42 On

I'm currently using onlinegdb for my C++ projects because it feels much easier for me compared to other options. However, every time I try using Visual Studio Code or install any related tools, I just hit a wall with frustration. It genuinely gives me a headache trying to figure out what's going wrong, and I really dislike it. If I want to work professionally in the future, do I need to become familiar with Visual Studio Code? It seems like every time I need to add a library, I end up lost in a maze of tutorials that just lead to more errors. Any advice would be appreciated!

6 Answers

Answered By VSCodeHater44 On

Trust me, it’s not just you—VSCode can be a nightmare for beginners! CLion is definitely worth considering.

Answered By TechTinkerer88 On

You don’t have to stick to Visual Studio Code specifically. Most companies prioritize your programming skills over the specific editor you use. While you might eventually want to adapt to a proper IDE for larger projects, focus on what makes you comfortable for now. CLion or Dev-C++ are great alternatives if VS Code is frustrating you.

Answered By JetBrainsFan99 On

Consider using CLion instead. JetBrains products work great and handle a lot of the complex setup for you, making it easier to focus on coding.

Answered By NeovimNinja On

Why not try Neovim? It’s a solid choice and has a strong community!

Answered By CodeCrusader93 On

Ultimately, you'll end up using whatever tools your employer prefers. While VS Code isn’t perfect, it's not the worst option out there. If it’s really giving you trouble, remember that in professional settings, you usually have coworkers who can help you navigate any issues. Just don't mention your struggles with it in job interviews—it’s not a good look!

CuriousCoder21 -

Haha, I won’t mention it for sure! It’s comforting to know I’m not alone in finding it challenging!

Answered By DevGuru77 On

If you're new to C++, I'd suggest using Visual Studio instead of VS Code. It's much more beginner-friendly and has better support for C++ development. You'll find it smoother to get started with.

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.