-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot get list of interfaces to implement. #5
Comments
Hey, f3d1109 not only didn't fix the issue, but also broke the extension for me. I had to revert it. |
please try the newest main branch. |
tested with newest telescope |
There are still problems with it. There are times when your symbol list is not empty, but does not contain any interfaces. If you enter a character like q in the search box, such a case will occur. My PR (#6) fixes this problem by manually filtering out interfaces rather than using |
Ok. I got you. And there is some conflict, let me fix it. |
Done |
it's work fine,thanks |
I've installed
goimpl.nvim
via vim-plug and registered it astelelescope
extension.When I try to use it with
lua require'telescope'.extensions.goimpl.goimpl{}
, I get this notification:[telescope.filter_symbols]: interface symbol(s) were not part of the query results
I have neovim 0,7. And the latest versions of all dependencies listed in readme.
And gopls configured and working correctly.
Please, tell me what I'm doing wrong. Plugin looks very usefull!
The text was updated successfully, but these errors were encountered: