File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
- # desharp-codesnippets
1
+ # Desharp - C# .NET Debugging Tool - C# code snippets
2
2
Visual Studio code snippets for C# applications to work better with Desharp library.
3
+
4
+ ## Instalation
5
+ - download and unzip package
6
+ - copy all files from directory ` Visual C# ` with extension ` .snippet ` into directory:
7
+ - for VS 2015 (x64): ` C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC#\Snippets\1033\Visual C#\ `
8
+ - for VS 2015 (x86): ` C:\Program Files\Microsoft Visual Studio 14.0\VC#\Snippets\1033\Visual C#\ `
9
+ - for VS 2013 (x64): ` C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC#\Snippets\1033\Visual C#\ `
10
+ - for VS 2013 (x86): ` C:\Program Files\Microsoft Visual Studio 12.0\VC#\Snippets\1033\Visual C#\ `
11
+ - ...
You can’t perform that action at this time.
0 commit comments