Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Enaium committed Jan 8, 2025
1 parent 102b576 commit 1a87359
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
- Structure view
- Format export and import
- Hover for export, import, macro, prop, alias group etc.
- Go to definition
- Find symbol

## Implemented LSP features

Expand All @@ -32,7 +34,9 @@
-[textDocument/semanticTokens/full](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_semanticTokens_full).
-[textDocument/documentSymbol](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_documentSymbol).
-[textDocument/hover](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_hover).
-[textDocument/definition](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_definition).
-[workspace/executeCommand](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_executeCommand).
-[workspace/symbol](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_symbol).
-[$/progress](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#progress).

## Screenshots
Expand Down Expand Up @@ -63,6 +67,10 @@

![alias group hover](https://s2.loli.net/2025/01/03/jD9vxHoeylE5kWc.png)

![go to definition](https://s2.loli.net/2025/01/08/3QoBxhJDfgZdvus.gif)

![workspace symbol](https://s2.loli.net/2025/01/08/7VCLn8ZuSK9MTkA.gif)

## Supported IDEs

- Visual Studio Code
Expand Down

0 comments on commit 1a87359

Please sign in to comment.