File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments