-
Notifications
You must be signed in to change notification settings - Fork 216
Failed to run lsp-goto-type-definition and lsp-goto-implementation. #97
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
Labels
enhancement
New feature or request
Comments
As the error message says, these are just not yet implemented. The currently implemented capabilities are: python-lsp-server/pylsp/python_lsp.py Lines 266 to 300 in 04fa3e5
This issue can be left open as a feature request for these IMO. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I test the
python-lsp-server
with the following python code snippet:I put the point at the following position of the above code snippet (denoted by
|
):if np.in|vert(a) == ~a:
Then I do the following testings:
M-x lsp-goto-type-definition
failed with the following message:M-x lsp-goto-implementation
failed with the following message:I would like to see information similar to that provided by
pycharm
, as shown below:Any hints for this problem?
Regards,
HZ
The text was updated successfully, but these errors were encountered: