Please use different colors to mark function parameters and function annotations so that I can quickly browse function signatures #2685
Replies: 4 comments
-
Thank you for the suggestion. This is a case where the textmate grammar is getting confused because we send Python markdown code section but it's not really valid Python. If we change the |
Beta Was this translation helpful? Give feedback.
-
Any plan to improve this issue?😁 |
Beta Was this translation helpful? Give feedback.
-
We are working on the tooltips, yes. VS Code provides no mechanism to customize the colors of these tooltips. They are markdown that have no access to semantic tokens, just the TextMate profile. I've tried changing our tooltips to a custom grammar that can handle the This may be better if we drop |
Beta Was this translation helpful? Give feedback.
-
Moving this issue to discussion as an enhancement request for comments and upvotes. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Function parameters and function annotations are marked in the same color, so I can't quickly distinguish between default parameters and function annotations

Beta Was this translation helpful? Give feedback.
All reactions