Commit d23a06a
authored
feat(LanguageServiceProvider): added code comment collapsing (#1638)
* feat(LanguageServiceProvider): added code comment collapsing
Signed-off-by: Kishan Patel <[email protected]>
* feat(LanguageServiceProvider): refactored comment detection
Signed-off-by: Kishan Patel <[email protected]>
* feat(LanguageServiceProvider): refactored logic to be in addItem()
Signed-off-by: Kishan Patel <[email protected]>
* feat(LanguageServiceProvider): addresed nits
Signed-off-by: Kishan Patel <[email protected]>
* feat(LanguageServiceProvider): added back method accidentally removed
Signed-off-by: Kishan Patel <[email protected]>
---------
Signed-off-by: Kishan Patel <[email protected]>1 parent eb2d67a commit d23a06a
2 files changed
+30
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
191 | 192 | | |
192 | 193 | | |
193 | 194 | | |
| |||
210 | 211 | | |
211 | 212 | | |
212 | 213 | | |
| 214 | + | |
213 | 215 | | |
214 | 216 | | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
215 | 220 | | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
216 | 229 | | |
217 | 230 | | |
218 | 231 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
345 | 348 | | |
346 | 349 | | |
347 | 350 | | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
348 | 362 | | |
349 | 363 | | |
350 | 364 | | |
| |||
423 | 437 | | |
424 | 438 | | |
425 | 439 | | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
426 | 443 | | |
0 commit comments