Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing extensions on Visual Studio 2017 mac [closed]

I am trying to install Visual Studio Market Place extensions on Visual Studio for Mac but.

like image 385
Ignatius Michael Chitewe Avatar asked Jun 29 '17 12:06

Ignatius Michael Chitewe


People also ask

How do I get Visual Studio Extensions on my Mac?

In the Visual Studio Mac IDE menu, select Visual Studio > Extensions. In the Extension Manager dialog that appears, click Gallery. To get the latest extensions, click Refresh. After the extension list is refreshed, expand IDE extensions, select Visual Studio for Mac Extension for Tizen, and click Install.

Can we install Visual Studio 2017 on Mac?

Click the button to download the latest version of Visual Studio 2017 for Mac. For instructions on setup and install, see the Setup and Install Visual Studio for Mac documentation. To learn more about Visual Studio 2017 for Mac, see Mac System Requirements and Mac Platform Targeting and Compatibility.


1 Answers

Visual Studio 2017 for Mac is actually a different beast from Visual Studio for Windows. As you may know, it is originally based on Xamarin Studio which on its turn is an extended form of MonoDevelop.

Simply put, the extensions you'll find in the Visual Studio Marketplace are not compatible with Visual Studio 2017 for Mac.

VS2017 for Mac does have its own marketplace, which is accessible from the Extension Manager. You can access it from inside the IDE through:
Visual Studio menu > Extensions

In the Extension Manager, you'll find a pretty small list of available extensions. But a neat trick is to look at the source of the repositories, which is simply the old MonoDevelop catalog http://addins.monodevelop.com/

Extension Manager in Visual Studio 2017 for Mac

Wrapping it up, you can add third party extension url's or install community packages through a file, but basically put there is not a lot more that you can get with the same experience and broad offering like the 'regular' Marketplace.

like image 182
Juliën Avatar answered Oct 04 '22 14:10

Juliën