Skip to content

Commit e7823fa

Browse files
committed
readme: add import related work
1 parent 4c0de4c commit e7823fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
-**Diagnostics**: Syntax errors and import error detected with the tree-sitter parser.
1616
-**Document Symbols**: Navigate and view all symbols, including messages and enums.
1717
-**Code Formatting**: Format `.proto` files using `clang-format` for a consistent style.
18-
-**Go to Definition**: Jump to the definition of symbols like messages or enums.
18+
-**Go to Definition**: Jump to the definition of symbols like messages or enums and imports.
1919
-**Hover Information**: Get detailed information and documentation on hover.
2020
-**Rename Symbols**: Rename protobuf symbols and propagate changes across the codebase.
2121
-**Find References**: Find where messages, enums, and fields are used throughout the codebase.
@@ -134,7 +134,7 @@ Protols provides a list of symbols in the current document, including nested sym
134134

135135
### Go to Definition
136136

137-
Jump directly to the definition of any custom symbol, including those in other files or packages. This feature works across package boundaries.
137+
Jump directly to the definition of any custom symbol or imports, including those in other files or packages. This feature works across package boundaries.
138138

139139
### Hover Information
140140

0 commit comments

Comments
 (0)