Customizing the docstring view in VSCode #18566
Answered
by
brettcannon
thomasaarholt
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
brettcannon
Feb 23, 2022
Replies: 2 comments 2 replies
-
That view is provided by either Pylance or Jedi, and so they would be the ones controlling how that looks. If you're using Pylance, would you mind opening a feature request at https://github.com/microsoft/pylance-release/issues? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
thomasaarholt
-
And I do believe the highlight changes as you type arguments. You're also unfortunately using pandas which has notoriously complex types (took the Pylance team quite a while to write them!). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That view is provided by either Pylance or Jedi, and so they would be the ones controlling how that looks. If you're using Pylance, would you mind opening a feature request at https://github.com/microsoft/pylance-release/issues?