this post was submitted on 15 Aug 2025
29 points (93.9% liked)
Programming
22204 readers
153 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
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
Jetbrains Rider free for personal use. You must use .net (core) on Linux, it works like a charm. Visual studio code is fine too but you need tons of plugins to have an IDE experience in .Net. You might have a problem with your .net installation id you can’t compile a simple program. How did you install .net? From microsoft’s ppa?
Only like 3 plugins are necessary on VSCode for C#/.NET. I use it every day at work. I use just as many plugins, if not more when I write JS/TS.
I’ve heard Rider is a good experience but I’ve never tried it.
What I really want is better support for the language in Neovim plugins….
For what it's worth, Rider has an excellent vim emulator plugin.
Yes, from the ms walk through which was actually decently written. I just think vs is too confusing for me right now, I only want to learn simple code first before building a project
To clarify things. Visual Studio and Visual Studio Code are two different things. Visual Studio is a full blown IDE intended to be run on Windows. Visual Studio Code is a glorified text editor out of the box that has plugins that help with coding in other languages like C#. On Linux you will want VS Code.
You don’t need to use vscode, any text editor is fine. Try to follow the getting started tutorial on microsoft’s website to see if your dotnet configuration is correctly installed. https://learn.microsoft.com/en-us/dotnet/core/get-started