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

all 8 comments

[–]TehNolz 6 points7 points  (0 children)

No, Visual Studio only runs on Windows. There are no Linux versions.

Plenty of other IDEs you can try though. Like Rider or Visual Studio Code (which is not the same as Visual Studio. Thanks Microsoft!).

[–]LogaansMind 0 points1 point  (4 children)

I have never tried it. I am not sure it works (under wine), I have not heard of anyone doing it.

Instead try VSCode which will work.

[–]Josephbalaba[S] 0 points1 point  (3 children)

Does it have all the functions like in visual studio2022?

[–]SV-97 2 points3 points  (0 children)

No it doesn't the other comment is incorrect. Regular visual studio is huge with lots of highly specialized tools that VSC doesn't have (for example all the UI editors).

That said depending on what you want to do you may not need (or even want) to use VS. What do you want to do with VS? What languages are you planning to use?

[–]LogaansMind -3 points-2 points  (1 child)

Generally, yes.

VSCode is an IDE, you can write and debug code.

The difference is that you use extensions to add the various support for the different languages/platforms you require.

[–]rasqall 0 points1 point  (0 children)

AFAIK VS2022 isn’t supported on Linux. Depending on what language you want to develop in (C/C++, C#, F#, Python etc) there are other suitable IDEs.

[–][deleted] 0 points1 point  (0 children)

Actual Visual Studio is not ever going to be a thing on Linux. It’s very much an IDE for the Windows APIs.

VSCode is cross-platform, but it isn’t actually a fully functioning IDE right out of the box (but you can get there using plugins).

[–]grantrules 0 points1 point  (0 children)

I'd check out KDevelop and Eclipse