You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
## ✨ Features
13
13
14
14
- ✅ **Code Completion**: Auto-complete messages, enums, and keywords in your `.proto` files.
15
-
- ✅ **Diagnostics**: Syntax errors detected with the tree-sitter parser.
15
+
- ✅ **Diagnostics**: Syntax errors and import error detected with the tree-sitter parser.
16
16
- ✅ **Document Symbols**: Navigate and view all symbols, including messages and enums.
17
17
- ✅ **Code Formatting**: Format `.proto` files using `clang-format` for a consistent style.
18
18
- ✅ **Go to Definition**: Jump to the definition of symbols like messages or enums.
@@ -138,7 +138,7 @@ Jump directly to the definition of any custom symbol, including those in other f
138
138
139
139
### Hover Information
140
140
141
-
Hover over any symbol to get detailed documentation and comments associated with it. This works seamlessly across different packages and namespaces.
141
+
Hover over any symbol or imports to get detailed documentation and comments associated with it. This works seamlessly across different packages and namespaces.
0 commit comments