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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,15 @@
16
16
- ✅ Go to Definition
17
17
- ✅ Hover Information
18
18
- ✅ Rename Symbols
19
+
- ✅ Find references
19
20
20
21
## 🚀 Getting Started
21
22
22
23
### Installation
23
24
24
25
#### For Neovim
25
26
26
-
To install Protols, run:
27
+
You can install [protols with mason.nvim](https://github.com/mason-org/mason-registry/blob/main/packages/protols/package.yaml) or directly from crates.io with:
27
28
28
29
```bash
29
30
cargo install protols
@@ -71,6 +72,10 @@ Displays comments and documentation for protobuf symbols on hover. Works seamles
71
72
72
73
Allows renaming of symbols like messages and enums, along with all their usages across packages. Currently, renaming fields within symbols is not supported directly.
73
74
75
+
### Find References
76
+
77
+
Allows user defined types like messages and enums can be checked for references. Nested fields are completely supported.
78
+
74
79
---
75
80
76
81
Protols is designed to supercharge your workflow with **proto** files. We welcome contributions and feedback from the community! Feel free to check out the [repository](https://github.com/coder3101/protols) and join in on improving this tool! 🎉
0 commit comments