@@ -9,22 +9,27 @@ features to any text editor that supports the Language Server Protocol.
99
1010## Installation
1111
12+ Download the latest release from the [ releases page] [ 3 ] and follow the
13+ instructions for your editor.
14+
15+ ### Sublime Text
16+
1217## Intellisense
1318
1419<table >
1520 <tr>
16- <th>Hover </th>
17- <th>Autocomplete </th>
21+ <th>HoverProvider </th>
22+ <th>CompletionProvider </th>
1823 </tr>
1924 <tr>
2025 <td width="50%">
21- <a href="https://user-images.githubusercontent.com/8785025/229923172-36fde7c3-da7b-45ec-a6f4-0465be99ca14 .png">
22- <img src="https://user-images.githubusercontent.com/8785025/229923172-36fde7c3-da7b-45ec-a6f4-0465be99ca14 .png" width="100%">
26+ <a href="https://user-images.githubusercontent.com/8785025/234143355-c442cbbd-ffc8-445f-a9b8-c3756ac1a5c2 .png">
27+ <img src="https://user-images.githubusercontent.com/8785025/234143355-c442cbbd-ffc8-445f-a9b8-c3756ac1a5c2 .png" width="100%">
2328 </a>
2429 </td>
2530 <td width="50%">
26- <a href="https://user-images.githubusercontent.com/8785025/229919933-f500ef73-1a13-4dbd-8d01-95be12f46e6f .png">
27- <img src="https://user-images.githubusercontent.com/8785025/229919933-f500ef73-1a13-4dbd-8d01-95be12f46e6f .png" width="100%">
31+ <a href="https://user-images.githubusercontent.com/8785025/234143446-5dcb1f37-7af0-4834-84ca-37bb1db68f1e .png">
32+ <img src="https://user-images.githubusercontent.com/8785025/234143446-5dcb1f37-7af0-4834-84ca-37bb1db68f1e .png" width="100%">
2833 </a>
2934 </td>
3035 </tr>
@@ -34,23 +39,32 @@ features to any text editor that supports the Language Server Protocol.
3439 </td>
3540 <td width="50%">Autocomplete all <code>StylesPath</code> assets: Styles, Packages, Vocabularies, etc.</td>
3641 </tr>
42+ <tr>
43+ <th>DocumentLinkProvider</th>
44+ <th>CodeActionProvider</th>
45+ </tr>
46+ <tr>
47+ <td width="50%">
48+ <a href="https://user-images.githubusercontent.com/8785025/234143624-a6125229-fc74-4051-a40a-92ede8861ab9.png">
49+ <img src="https://user-images.githubusercontent.com/8785025/234143624-a6125229-fc74-4051-a40a-92ede8861ab9.png" width="100%">
50+ </a>
51+ </td>
52+ <td width="50%">
53+ <a href="https://user-images.githubusercontent.com/8785025/234143654-d23a42a4-15d3-48cd-95cf-901d9b424b6b.png">
54+ <img src="https://user-images.githubusercontent.com/8785025/234143654-d23a42a4-15d3-48cd-95cf-901d9b424b6b.png" width="100%">
55+ </a>
56+ </td>
57+ </tr>
58+ <tr>
59+ <td width="50%">
60+ Quickly navigate to external URLs.
61+ </td>
62+ <td width="50%">
63+ Fix alerts with a single click.
64+ </td>
65+ </tr>
3766</table >
3867
39- ## Asset Management
40-
41- ### Binary
42-
43- - [x] Install Vale
44- - [x] Update Vale
45-
46- ### Vocabularies
47-
48- - [ ] Create
49- - [ ] Update
50-
51- ### Rules
52-
53- - [ ] Compile
54-
5568[ 1 ] : https://microsoft.github.io/language-server-protocol/
5669[ 2 ] : https://github.com/errata-ai/vale
70+ [ 3 ] : https://github.com/errata-ai/vale-ls/releases
0 commit comments