An open API service indexing awesome lists of open source software.

https://github.com/stavroskasidis/epsilonvisualstudiosettings


https://github.com/stavroskasidis/epsilonvisualstudiosettings

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Visual Studio Settings
```
int Method()
{
int x;
}
```
```
switch (foo)
{
case 2:
int x;
break;
}
```
```
class C : I
{
this.Foo(x, y);
}
```
```
for (int i; i < x; i++)
{
var i;
}
```
```
public int Foo { get; set; }
```
```
int i = 0;
string name = "George";
```