Open mmdanggg2 opened 3 months ago
This is not a bug, but rather a limitation. The LSP4IJ plugin, which is what powering the LSP experience under the hood, doesn't expose many things for me to work on.
For example, most of the methods defined in the class handling autocompletions are private ones: If I were to override something I would (likely) have to copy a significant chunk of their code over, or use reflection to get "unauthorized" access and risk breaking all users' workflows if those methods are changed. Neither is a good choice.
I do agree with this, just that I'm unable to find a suitable solution right now.
@InSyncWithFoo it seems you need an API again for this usecase. Please create an issue for that.
Can you manage this usecase with lsp jetbrains?
Filed an issue at @redhat-developer/lsp4ij#472.
What happened?
When getting code suggestions it is showing both suggestions from PyCharm and from Pyright: The Pyright function suggestions also do not include the calling brackets as I would expect. It would be nice to have an option to disable one or the other.
Steps to reproduce
Open the code suggestions dialog, see that there are two entries for each member
Relevant log output or stack trace
No response
Operating system
Linux