-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
240 lines (202 loc) · 9.74 KB
/
index.html
File metadata and controls
240 lines (202 loc) · 9.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="ReShortcuts: Easy way to learn ReSharper shortcuts!">
<meta name="author" content="Lukasz Gasior (http://gasior.net.pl)">
<title>ReShortcuts: Easy way to learn ReSharper shortcuts!</title>
<link rel="shortcut icon" href="/assets/images/favicon.png">
<link rel="stylesheet" media="screen" href="//fonts.googleapis.com/css?family=Open+Sans:300,400,700">
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/css/font-awesome.min.css">
<!-- Custom styles for our template -->
<link rel="stylesheet" href="/assets/css/bootstrap-theme.css" media="screen">
<link rel="stylesheet" href="/assets/css/main.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="/assets/js/html5shiv.js"></script>
<script src="/assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body class="home">
<!-- Fixed navbar -->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<!-- Button for smallest screens -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"><span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="navbar-brand" href="/">ReShortcuts</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav pull-right">
<li class="active"><a href="/">Home</a></li>
<li class="active"><a href="/how-does-it-work/">How does it work?</a></li>
<li class="active"><a href="http://twitter.com/reshortcuts" style="color:#FF9B22;" target="_blank">Follow me on <i class="fa fa-twitter fa-2"></i> Twitter!</a></li>
<li class="active"><a href="/tips">Tips & trick</a></li>
<li class="active"><a href="/author">Author</a></li>
<li class="active"><a class="btn" href="https://github.com/reshortcuts/reshortcuts.github.io" target="_blank">View on GitHub</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</div>
<!-- /.navbar -->
<!-- Header -->
<header id="head">
<div class="container">
<div class="row">
<h1 class="lead">Probably the best way to learn ReSharper shortcuts!</h1>
<p class="tagline">With free, interactive exercises and useful tips & tricks!</p>
<p><a class="btn btn-action btn-lg" href="/lessons/1/" role="button">Start Learning!</a></p>
<p class="tagline">More lessons available below.</p>
</div>
</div>
</header>
<!-- /Header -->
<!-- Intro -->
<div class="container text-center">
<br>
<br>
<h2 class="thin">Why ReShortcuts?</h2>
<p class="text-muted">
I'm not a JetBrains guy but I love ReSharper!
<br/> It is an amazing tool which I'm using almost every day. Unfortunately, a lot of developers think that ReSharper only
adds ALT+ENTER shortcut.
<br/> Of course, ALT+ENTER is very useful and probably the most widely used shortcut - but ReSharper offers you much, much
more!
<br/> With this site I'd like to share with you my love to ReSharper and show how to use ReSharper effectively.
<br/> And maybe encourage you to buy my book :)
</p>
</div>
<!-- /Intro-->
<div class="jumbotron top-space">
<div class="container">
<h2 class="text-center">It is time to learn!</h2>
</div>
</div>
<!-- container -->
<div class="container">
<div class="jumbotron top-space">
<h4 class="lead">Lesson 1 - Basic shortcuts</h4>
<h5>Surround with, Available quick-fixes and context actions, Code completion, Smart code completion, Go to file member, Go to declaration, Go to implementation, Rename.</h5>
<p class="text-right"><a class="btn btn-primary btn-large" href="/lessons/1/">Open lesson 1 »</a></p>
</div>
<div class="jumbotron top-space">
<h4 class="lead">Lesson 2 - Basic shortcuts 2</h4>
<h5>Safe delete, Duplicate a line or selection, Generate code, Quick documentation, Go to base symbols, File Structure window, Select file in Solution Explorer, Parameter info</h5>
<p class="text-right"><a class="btn btn-primary btn-large" href="/lessons/2/">Open lesson 2 »</a></p>
</div>
<div class="jumbotron top-space">
<h4 class="lead">Lesson 3 - Navigation</h4>
<h5>Go to next member/tag, Go to previous member/tag, Recent files, Create bookmark 1 (you can use numbers 1 .. 9), Go to bookmark 1 (you can use numbers 1 .. 9), List of all bookmarks, Go to recent edits, Go to type of symbol, Related files, Go to file</h5>
<p class="text-right"><a class="btn btn-primary btn-large" href="/lessons/3/">Open lesson 3 »</a></p>
</div>
<div class="jumbotron top-space">
<h4 class="lead">Lesson 4 - Create & Editing</h4>
<h5>Introduce variable, Live templates, File template, Select containing declaration, Comment with block comment, Comment with line comment</h5>
<p class="text-right"><a class="btn btn-primary btn-large" href="/lessons/4/">Open lesson 4 »</a></p>
</div>
<div class="jumbotron top-space">
<h4 class="lead">Lesson 5 - Refactoring</h4>
<h5>Refactor this, Change signature, Move code down, Move code up, Move to separate file, Move argument left, Move argument right, Extract method, Apply Inline refactoring</h5>
<p class="text-right"><a class="btn btn-primary btn-large" href="/lessons/5/">Open lesson 5 »</a></p>
</div>
<div class="jumbotron top-space">
<h4 class="lead">Lesson 6 - Code analysis</h4>
<h5>Toggle code analysis in the current file, Go to next code issue, Go to previous code issue, Inspect this, Code cleanup, Parameter information</h5>
<p class="text-right"><a class="btn btn-primary btn-large" href="/lessons/6/">Open lesson 6 »</a></p>
</div>
<div class="jumbotron top-space">
<h4 class="lead">Lesson 7 - Navigation 2</h4>
<h5>Go to last edited location, Navigate to…, Value origin and destination, Move to next error, Move to previous error, Create bookmark 9 (you can use numbers 1 .. 9), Go to bookmark 9 (you can use numbers 1 .. 9), Go to containing declaration</h5>
<p class="text-right"><a class="btn btn-primary btn-large" href="/lessons/7/">Open lesson 7 »</a></p>
</div>
<div class="jumbotron top-space">
<h4 class="lead">Lesson 8 - Unit testing</h4>
<h5>Unit Test Explorer, Unit Test Sessions, Run all Unit Tests in solution, Run Unit Tests from current session, Run unit tests, Debug unit tests</h5>
<p class="text-right"><a class="btn btn-primary btn-large" href="/lessons/8/">Open lesson 8 »</a></p>
</div>
<div class="jumbotron top-space">
<h4 class="lead">Lesson 9 - Additional windows</h4>
<h5>Structure window, Inspection Results window, Stack Trace Explorer, Hierarchies window, Todo lists, Paste multiple</h5>
<p class="text-right"><a class="btn btn-primary btn-large" href="/lessons/9/">Open lesson 9 »</a></p>
</div>
<div class="col-sm-12 top-space">
<div class="row alert alert-dismissable alert-danger">
<strong>ReShortcuts</strong> is in BETA phase! All issues and ideas can be reported on <a href="https://github.com/reshortcuts/reshortcuts.github.io/issues"
target="_blank">GitHub</a>
</div>
</div>
</div>
<!-- /container -->
<footer id="footer" class="top-space">
<div class="footer1">
<div class="container">
<div class="row">
<div class="col-md-3 widget">
<h3 class="widget-title">Tools</h3>
<div class="widget-body">
<p>Based on <a href="http://www.gettemplate.com" target="_blank">Progressus</a>, free <a href="http://getbootstrap.com"
rel="nofollow" target="_blank">Bootstrap</a> template
<br/> Icons from <a href="http://fortawesome.github.io/Font-Awesome/" rel="nofollow" target="_blank">Font Awesome</a></p>
<p>Keyboard shortcuts handling based on <a href="https://github.com/piranha/keymage" target="_blank">keymage</a></p>
</div>
</div>
<div class="col-md-3 widget">
<h3 class="widget-title">Follow me</h3>
<div class="widget-body">
<p class="follow-me-icons">
<a href="http://twitter.com/reshortcuts" target="_blank"><i class="fa fa-twitter fa-2"></i></a>
<a href="https://github.com/reshortcuts/reshortcuts.github.io" target="_blank"><i class="fa fa-github fa-2"></i></a>
</p>
</div>
</div>
<div class="col-md-6 widget">
<h3 class="widget-title"></h3>
<div class="widget-body">
</div>
</div>
</div>
<!-- /row of widgets -->
</div>
</div>
<div class="footer2">
<div class="container">
<div class="row">
<div class="col-md-6 widget">
<div class="widget-body">
<p class="simplenav">
<a href="/">Home</a> |
<a href="/tips">Weekly tips & trick</a> |
<a href="/author">Author</a></b>
</p>
</div>
</div>
<div class="col-md-6 widget">
<div class="widget-body">
<p class="text-right">
Copyright © 2015, Lukasz Gasior.
</p>
</div>
</div>
</div>
<!-- /row of widgets -->
</div>
</div>
</footer>
<!-- JavaScript libs are placed at the end of the document so the pages load faster -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-56770983-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>