We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0098d commit 993120bCopy full SHA for 993120b
README.md
@@ -9,10 +9,10 @@ A Language Server for **proto3** files. It uses tree-sitter parser for all opera
9
## Features
10
- [x] Completion (keywords, enums and messages of the package)
11
- [x] Diagnostics - based on sytax errors
12
-- [x] Document Symbols for message and enums
13
-- [x] Go to definition - across packages
14
-- [x] Hover - across packages
15
-- [x] Rename - in current buffer only
+- [x] Document Symbols
+- [x] Go to definition
+- [x] Hover
+- [x] Rename
16
17
## Installation
18
0 commit comments