Skip to content
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

how can I see the docstring of function #2472

Closed
zhiyiYo opened this issue Mar 14, 2022 · 3 comments
Closed

how can I see the docstring of function #2472

zhiyiYo opened this issue Mar 14, 2022 · 3 comments
Assignees
Labels
bug Something isn't working fixed in next version (main) A fix has been implemented and will appear in an upcoming version

Comments

@zhiyiYo
Copy link

zhiyiYo commented Mar 14, 2022

Environment data

  • Language Server version: 2022.3.2-pre.1
  • OS and version: Windows_NT x64 10.0.22000
  • Python version (& distribution if applicable, e.g. Anaconda): 3.8.6 64bit

Expected behaviour

I can see both function signature and docstring
image1

Actual behaviour

I can only see the function signature.
image

Code Snippet

from PIL import Image
image = Image.open('XXX.png')
image.convert()
@judej judej added the needs investigation Could be an issue - needs investigation label Mar 14, 2022
@judej
Copy link
Contributor

judej commented Mar 14, 2022

Thanks for the report. Will investigate this.

@github-actions github-actions bot removed the triage label Mar 14, 2022
@judej judej added bug Something isn't working and removed needs investigation Could be an issue - needs investigation labels Mar 31, 2022
@bschnurr bschnurr self-assigned this Apr 6, 2022
@bschnurr bschnurr added the fixed in next version (main) A fix has been implemented and will appear in an upcoming version label Apr 6, 2022
@bschnurr
Copy link
Member

bschnurr commented Apr 7, 2022

This issue has been fixed in version 2022.4.0, which we've just released. You can find the changelog here: CHANGELOG.md

@bschnurr bschnurr closed this as completed Apr 7, 2022
@zhiyiYo
Copy link
Author

zhiyiYo commented Apr 21, 2022

thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed in next version (main) A fix has been implemented and will appear in an upcoming version
Projects
None yet
Development

No branches or pull requests

3 participants