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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: