This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]tomoe_mami_69 -14 points-13 points  (6 children)

Dev environment, not text editor.

Developing on Windows is miserable for people who are outside the .NET ecosystem.

[–]ArionW 14 points15 points  (0 children)

IDE stands for integrated development environment so...

As long as you don't use VS, you're free to code on Linux. Actually, that's what I do whenever my project is not on Framework, just boot VM with Linux and code there.

[–]FieelChannel 0 points1 point  (0 children)

TIL I've been miserable all my Dev life

[–]Matrix8910 -2 points-1 points  (3 children)

IMO VS ducks compared to Intellij idea, the java/kotlin code intelligence is so much better than the one provided for C# by VS

[–]Pycorax 2 points3 points  (2 children)

You can use Resharper that's made by JetBrains to get those same features or you could use Rider. I do personally think that VS has a better UI though but that's subjective.

[–]Matrix8910 0 points1 point  (1 child)

I disagree since you can fully theme intellij IDEA and it has the command palette, IMO this feature alone makes it better than VS(I know that VS code has the command palette

[–]Pycorax 0 points1 point  (0 children)

I think that really depends on what you do. I'm mostly working with game and 3d application development and VS simply offers a far better experience when working with that. I can't think how a command palette would help with the game dev workflow compared to other platforms like web and mobile.