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
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) pickers t
9
9
- Identify protected members available to subclasses
10
10
- Distinguish between implementation details and interface contracts
11
11
12
-
clapi.nvim solves this by providing a complete picture of your class interfaces, making proper API design and navigation significantly easier.
12
+
clapi.nvim solves this by providing a complete picture of your class interface (or <ins>Cl</ins>ass <ins>API</ins>, making proper API design and navigation significantly easier.
13
13
14
14
---
15
15
@@ -122,9 +122,6 @@ require('telescope').setup {
122
122
- A: Check that you have an LSP installed and attached to the current buffer. It may take a few seconds since you open the file.
123
123
- A: The plugin requires proper parsing of the inheritance hierarchy. Ensure your project structure allows the LSP to find parent classes and interfaces.
124
124
125
-
**Q: Where does the "clapi" name come from**
126
-
- A: clapi it's a silly acronym coming from Class API, in case the mnemotechnics comes useful for you :)
127
-
128
125
## Contributing
129
126
130
127
Contributions are welcome! Please feel free to submit a Pull Request.
0 commit comments