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
-- Call the extension instead. This option will use your default configurations from the telescope config
75
+
:luarequire('telescope').extensions.clapi.clapi()
73
76
```
74
-
75
77
## Configuration Options
76
78
77
79
The following options can be configured in the telescope setup:
@@ -108,6 +110,7 @@ A: Make sure you have the appropriate language parser installed for treesitter:
108
110
109
111
**Q: Some inherited members are missing**
110
112
A: The plugin requires proper parsing of the inheritance hierarchy. Ensure your project structure allows the plugin to find parent classes and interfaces.
113
+
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.
111
114
112
115
## Contributing
113
116
@@ -119,4 +122,6 @@ Contributions are welcome! Please feel free to submit a Pull Request.
119
122
4. Push to the branch
120
123
5. Submit a pull request
121
124
122
-
For adding support for a new language, check the `lua/clapi/parser/` directory for examples.
125
+
For adding support for a new language, check the following folders for examples:
126
+
-`lua/clapi/parser/`: Specific parser logic for each language.
127
+
-`queries/`: Treesitter queries for each language.
0 commit comments