This file contains hidden or 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": "6782978b-faa4-41c1-a491-ad6a4f8496b3", | |
"name": "Visual Studio Extensions", | |
"description": "List of useful Visual Studio extensions.", | |
"version": "1.0", | |
"extensions": [ | |
{ | |
"name": "File Icons", | |
"vsixId": "3a7b4930-a5fb-46ec-a9b8-9610c8f953b8", | |
"moreInfoUrl": "https://marketplace.visualstudio.com/items?itemName=MadsKristensen.FileIcons", |
This file contains hidden or 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
How to use? | |
0. Review the content of the files, never trust custom code on the Internet. | |
1. Download the .snippet files below. | |
2. Import them to Visual Studio. | |
3. Enjoy! |
This file contains hidden or 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
using System.Collections; | |
using System.Collections.Generic; | |
using System.Linq; | |
namespace NestedArrays | |
{ | |
public static class Extensions | |
{ | |
/// <summary> | |
/// Flattens the structure of the input of the indefinite depth into |