This repository was archived by the owner on May 6, 2018. It is now read-only.
File tree 1 file changed +0
-16
lines changed
1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -194,10 +194,6 @@ <h3 id="code-navigation">Code Navigation / Goto Definition</h3>
194
194
< p >
195
195
Navigating will immediately take you to the relevant location in your code base.
196
196
</ p >
197
-
198
- <!-- <p class="small-text">
199
- <a href="https://github.com/php-integrator/atom-navigation">View the source</a>
200
- </p> -->
201
197
</ div >
202
198
</ div >
203
199
@@ -234,10 +230,6 @@ <h3 id="tooltips">Tooltips</h3>
234
230
Tooltips display documentation for structural elements. Think extended docblock descriptions,
235
231
method parameter descriptions, return type descriptions and exceptions thrown.
236
232
</ p >
237
-
238
- <!-- <p class="small-text">
239
- <a href="https://github.com/php-integrator/atom-tooltips">View the source</a>
240
- </p> -->
241
233
</ div >
242
234
</ div >
243
235
@@ -277,10 +269,6 @@ <h3 id="call-tips">Signature Help (Call Tips)</h3>
277
269
relevant to function or method calls, such as their expected arguments with their types and default
278
270
values.
279
271
</ p >
280
-
281
- <!-- <p class="small-text">
282
- <a href="https://github.com/php-integrator/atom-call-tips">View the source</a>
283
- </p> -->
284
272
</ div >
285
273
</ div >
286
274
@@ -296,10 +284,6 @@ <h3 id="linting">Linting</h3>
296
284
running the code. Finding nonexistent class names, docblock issues and missing global functions are
297
285
all included in this process.
298
286
</ p >
299
-
300
- <!-- <p class="small-text">
301
- <a href="https://github.com/php-integrator/atom-linter">View the source</a>
302
- </p> -->
303
287
</ div >
304
288
</ div >
305
289
You can’t perform that action at this time.
0 commit comments