Skip to content

Commit 6d6bf4c

Browse files
committed
WIP
1 parent 8cb271d commit 6d6bf4c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ documentation and diagnostic hovers, and integrations with [Buf][buf] commands.
66

77
## Features
88

9-
- Code navigation: Go-to definition and go-to references for `.proto` symbols.
9+
- Code navigation: Jump to a symbol's declaration and check references to a symbol.
10+
- Autocompletion: Get code completion for symbols as you code through [IntelliSense][intellisense].
11+
- Syntax highlighting:
12+
- Documentation hovers: Peek at a symbol's documentation
13+
14+
15+
16+
17+
Go-to definition and go-to references for `.proto` symbols.
1018
- Autocompletion: Completion results for `.proto` symbols using [IntelliSense][intellisense].
1119
- Syntax highlighting: Protobuf specific color and styling for code.
1220
- Documentation hovers: Documentation for definitions when hovering a reference.

0 commit comments

Comments
 (0)