5
I just downloaded a VSIX file from the Visual Studio Gallery and i want install this extention (jQuery snippets) on Mac.
How to do this?
5
I just downloaded a VSIX file from the Visual Studio Gallery and i want install this extention (jQuery snippets) on Mac.
How to do this?
1
You can't because there's no Visual Studio on Mac OS. And if you're talking about Visual Studio Code then it's not compatible with the *.VSIX extensions because it's an entirely different product.
Microsoft products... Ok, my mistake. Thanks! – Damian Nowakowski – 2015-10-22T12:01:29.300
2There is now Visual Studio for Mac – Michael – 2018-03-23T15:25:46.980
3
Just to update this with the current status, as things have changed in the last year.
VSC have (somewhat) support for vsix: https://code.visualstudio.com/docs/extensions/publish-extension#_visual-studio-code-compatibility
And Microsoft is working on a Visual Studio for Mac: https://www.visualstudio.com/vs/visual-studio-mac/
2VS for Mac has been released – pagep – 2017-06-12T08:59:02.770
2
Regardless of the name, VS on Mac doesn't appear to support .vsix files - at least the Community version doesn't recognize a .vsix as a valid extension. Have not tried Pro or Enterprise on Mac. Also see Is 'Visual Studio for Mac' Really Visual Studio?.
– ToolmakerSteve – 2018-04-25T18:35:17.0701VS on Mac is basically a rebranded Xamarin studio – Evanion – 2018-04-27T06:45:01.353
Doesn't seem to be recognized for Visual Studio for Mac Community edition version 7.8.4. When I go to menu Visual Studio > Extensions... > Install from file...
The file selector filter Extension packages
doesn't display vsix files. And when I change the filter to All files
selecting my DgmlPowerTools2017.vsix
doesn't seem to have any effect. – jxramos – 2019-10-30T21:10:29.953
I don't know about the Pro or Enterprise versions, but Community version of Visual Studio for Mac does not appear to support .vsix files. There is an "Extension Manager..." in "Visual Studio Community" menu, and in lower left corner of Extension Manager window is "Install from file...", but I tried loading a .vsix file downloaded from internet, and it did not recognize it as a valid extension file. – ToolmakerSteve – 2018-04-25T18:32:35.663
If OP is still around, would be great if they'd accept the other answer to this question – New Alexandria – 2019-08-06T13:49:11.877
One thing worth checking out is suffixing the file with .zip, as in
my_extension.vsix --> my_extension.vsix.zip
and then uncompressing the zip file. Check out the contents. One extension I was trying to setup had a bunch of dll files in it, which is a no starter for MacOS. – jxramos – 2019-10-30T21:19:55.373