How to open two / multiple instances of Visual Studio for MAC?

Gobi M picture Gobi M · Nov 29, 2016 · Viewed 23.3k times · Source

I wish to open multiple instances of VS for Mac. I used to be able to do this with Xamarin studio using the Xamarin launcher.

How to do this with VS for Mac?

Answer

moke picture moke · May 17, 2017

Open a terminal window, and then issue the following command:

open -n -a "Visual Studio"