Visual studio for Mac alternative

Given that Microsoft is discontinuing Visual Studio for Mac, are there plans to develop RhinoCommon extensions for Visual Studio Code or Rider?

I personally use Rider, and use VSCode now and then quite happily.

But McNeel does have a VSCode Plugin specifically for this.

1 Like

I’ve created some new docs for debugging Rhino Plugins in VSCode

2 Likes

Hi @CallumSykes,

Would it be possible to create a C# template command instead of C++ in VSCode?

Hey @AMG . That’s a strange bug. I’ll file a YouTrack.
(here → https://mcneel.myjetbrains.com/youtrack/issue/RH-84112/New-Rhino-Command-in-Visual-Studio-Code-defaults-to-CPP)

For now, you can run the command dotnet new rhinocommand --name MyNewCommand append -lang c# if that still gives you trouble.
Thanks for reporting the bug :slight_smile:

How is the VSCode experience for you? Any other issues?

Thank you.

It’s been working flawlessly. Nice job on this one! :slightly_smiling_face:

1 Like

@curtisw is the real MVP on this one, I just doc’d it :slight_smile:

2 Likes