Skip to content

Commit 55ce1fd

Browse files
authored
Extend Cucumber Language Server features (#325)
1 parent afc3631 commit 55ce1fd

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

index.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,16 +655,25 @@ <h4>Language servers</h4>
655655
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
656656
</td>
657657
<td class="danger"></td>
658-
<td class="danger"></td>
659-
<td class="info"></td>
658+
<td class="success">
659+
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
660+
</td>
661+
<td class="success">
662+
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
663+
</td>
660664
<td class="danger"></td>
661665
<td class="success">
662666
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
663667
</td>
664668
<td>
665669
<ul class="list-unstyled text-nowrap">
670+
<li>Autocomplete steps</li>
671+
<li>Go to step definition</li>
672+
<li>Generate step definition from snippets</li>
666673
<li>Syntax highlighting (semantic tokens)</li>
674+
<li>Diagnostics for undefined steps</li>
667675
<li>Formatting</li>
676+
<li>Outline view</li>
668677
</ul>
669678
</td>
670679
</tr>

0 commit comments

Comments
 (0)