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 618f1cd commit db358fcCopy full SHA for db358fc
1 file changed
README.md
@@ -10,7 +10,7 @@
10
- ✅ **Code Completion**: Auto-complete messages, enums, and keywords in your `.proto` files.
11
- ✅ **Diagnostics**: Syntax errors, import error with tree-sitter and advanced diagnostics from `protoc`.
12
- ✅ **Workspace Symbols**: Search and view all symbols across workspaces.
13
-- ✅ **Document Symbols**: Navigate and view all symbols, including nested messages and enums in from a document.
+- ✅ **Document Symbols**: Navigate and view all symbols, including nested messages and enums.
14
- ✅ **Code Formatting**: Format `.proto` files using `clang-format` for a consistent style.
15
- ✅ **Go to Definition**: Jump to the definition of symbols like messages or enums and imports.
16
- ✅ **Hover Information**: Get detailed information and documentation on hover.
0 commit comments