Last active
May 14, 2020 18:30
-
-
Save sturlath/5245f43662c264ea5ec0a831eaca63e6 to your computer and use it in GitHub Desktop.
My current Visual Studio extensions https://sturla.io/essential-extensions-to-visual-studio/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "c27a2660-457c-419a-915b-551fb94522b4", | |
"name": "My Visual Studio extensions", | |
"description": "A collection of my Visual Studio extensions", | |
"version": "1.0", | |
"extensions": [ | |
{ | |
"name": "Add New File", | |
"vsixId": "2E78AA18-E864-4FBB-B8C8-6186FC865DB3" | |
}, | |
{ | |
"name": "Azure Data Lake and Stream Analytics Tools", | |
"vsixId": "1e906ff5-9da8-4091-a299-5c253c55fdc9" | |
}, | |
{ | |
"name": "Clean Architecture", | |
"vsixId": "3D68A845-300E-4D15-8EAA-28F9B51DB6BC" | |
}, | |
{ | |
"name": "Clean Solution", | |
"vsixId": "55640f47-34bc-436b-8820-e7f64fbb31fc" | |
}, | |
{ | |
"name": "Cloud Explorer for VS 2019 Preview", | |
"vsixId": "Microsoft.VisualStudio.CloudExplorer.16.0" | |
}, | |
{ | |
"name": "Code Converter C# to/from VB.NET", | |
"vsixId": "7e2a69d6-193b-4cdf-878d-3370d5931942" | |
}, | |
{ | |
"name": "EditorConfig Language Service", | |
"vsixId": "1209461d-57f8-46a4-814a-dbe5fecef941" | |
}, | |
{ | |
"name": "Extension Manager 2019", | |
"vsixId": "4a196712-2c3f-4730-ad1d-e7cda4185eb2" | |
}, | |
{ | |
"name": "File Differ", | |
"vsixId": "ea5c68d6-cdae-4e79-bd46-2a39e95bb256" | |
}, | |
{ | |
"name": "File Nesting", | |
"vsixId": "6c799bc4-0d4c-4172-98bc-5d464b612dca" | |
}, | |
{ | |
"name": "GhostDoc Community for VS2017 and Later", | |
"vsixId": "f646ea44-feb2-4168-802a-80c9b64bb8bb" | |
}, | |
{ | |
"name": "GitHub Extension for Visual Studio", | |
"vsixId": "c3d3dc68-c977-411f-b3e8-03b0dccf7dfc" | |
}, | |
{ | |
"name": "Image Optimizer", | |
"vsixId": "bf95754f-93d3-42ff-bfe3-e05d23188b08" | |
}, | |
{ | |
"name": "Inline Color Picker", | |
"vsixId": "InlineColorPicker.Microsoft.5b11f3ae-dd7e-422e-84bc-5cec46f80687" | |
}, | |
{ | |
"name": "Line Press", | |
"vsixId": "13d97f3e-75e2-4715-a444-715b5f39f0a4" | |
}, | |
{ | |
"name": "Live Share", | |
"vsixId": "Microsoft.VisualStudio.LiveShare" | |
}, | |
{ | |
"name": "MappingGenerator", | |
"vsixId": "MappingGenerator" | |
}, | |
{ | |
"name": "MFractor", | |
"vsixId": "MFractor.VSWindows.9e8ace0e-61dd-486f-bfeb-0c7ad1fc0b1c" | |
}, | |
{ | |
"name": "Microsoft Code Analysis 2019", | |
"vsixId": "16454f43-db71-416c-a4f6-b168864a5abf" | |
}, | |
{ | |
"name": "Open Command Line", | |
"vsixId": "f4ab1e64-5d35-4f06-bad9-bf414f4b3bbb" | |
}, | |
{ | |
"name": "PowerShell Tools for Visual Studio", | |
"vsixId": "PowerShellTools.VS2017" | |
}, | |
{ | |
"name": "Prism Template Pack", | |
"vsixId": "Prism.TemplatePack.138e3411-ac97-4c11-8016-c27a831cba2e" | |
}, | |
{ | |
"name": "Roslynator 2019", | |
"vsixId": "d42db039-5432-4399-bb62-67a9b4c3b838" | |
}, | |
{ | |
"name": "Sharpen", | |
"vsixId": "Ironcev.Sharpen" | |
}, | |
{ | |
"name": "Syncfusion Blazor Template Studio", | |
"vsixId": "5078F9FB-6407-48BD-AD27-6517AA2C2226" | |
}, | |
{ | |
"name": "Visual Studio IntelliCode", | |
"vsixId": "IntelliCode.VSIX.598224b2-b987-401b-8509-f568d0c0b946" | |
}, | |
{ | |
"name": "Visual Studio Spell Checker (VS2017 and Later)", | |
"vsixId": "43EA967E-0DE2-4136-8E52-C6DCFB5C2748" | |
}, | |
{ | |
"name": "VSColorOutput", | |
"vsixId": "CD56B219-38CB-482A-9B2D-7582DF4AAF1E" | |
}, | |
{ | |
"name": "Xamarin Extensions - Syncfusion", | |
"vsixId": "8C2693B0-C425-42DF-81B3-3B9AF8EC1EB2" | |
}, | |
{ | |
"name": "XAML Styler", | |
"vsixId": "0c572937-0d4a-48cc-aa3f-875ffa9805ba" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment