Visual Studio for Linux?

Viko 236 Reputation points
2020-11-26T16:30:15.073+00:00

Since Microsoft & .NET Team is pushing so hard in the cross-platform solutions, will the Linux community see Visual Studio run on Linux? Since it is a great IDE with amazing tools, some of us are wondering will we see it on our preferred OS? I'm in love with the .NET, improvements and opportunities it gives. C# is my first and favourite language and I just can't get enough of it. Love everything. But I'm on Linux, as a platform of choice(Arch Linux, to be specific), and sometimes I miss the good tool VS. Yes, we have VSCode, but the performance isn't always there. And sometimes, it just isn't performing good enough or have enough features. There already is "Visual Studio for macOS", ported from the MonoDevelop. And since they just can't keep up with the real VS IDE, they left developing it. So, the decade old question remains. And since .NET 6 unifies all platforms, is there a chance we can see it ported? I'm sure there are a lot of people wishing it too.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,604 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,241 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Cheong00 3,471 Reputation points
    2020-11-27T01:52:18.893+00:00

    They got the idea and it is under consideration. If you think it is important for you, please vote.

    Btw, in the meantime the expected way to work on "for Linux" project is to install the distros under WSL on Win10 and debug there.

    15 people found this answer helpful.
    0 comments No comments

  2. Anna Xiu-MSFT 25,626 Reputation points Microsoft Vendor
    2020-11-27T07:36:48.95+00:00

    Hi @Viko ,

    Thanks for the reply from cheong00.

    According to your description, you would like to use the Visual Studio for Linux. But the Visual Studio IDE is only available for Windows. You could try to running a Virtual Machine with Windows.

    In addition, for your requirement, it has been reported here: Visual Studio for Linux.
    You can also add your comments in there to track the process, then we need to waiting for the response comes from the product team engineers. If there is any update, I will also add it here.

    • If the answer is helpful, please click "Accept Answer" and upvote it.
      Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Sincerely,
    Anna

    1 person found this answer helpful.
    0 comments No comments

  3. Ken Tucker 5,846 Reputation points
    2021-07-27T11:03:30.073+00:00

    The closest to visual studio for linux is Jet Brains Rider.

    https://www.jetbrains.com/rider/

    1 person found this answer helpful.