https://github.com/stavroskasidis/epsilonvisualstudiosettings
https://github.com/stavroskasidis/epsilonvisualstudiosettings
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stavroskasidis/epsilonvisualstudiosettings
- Owner: stavroskasidis
- Created: 2017-03-09T09:17:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T09:06:21.000Z (over 8 years ago)
- Last Synced: 2024-10-06T09:22:21.260Z (about 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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";
```