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 hovering over functions/method with complex signatures with a goal like "learn the exact name of some argument" it can be hard to read the hint since VSCode applies no formatting to the signature. Hints become especially difficult to parse when overloading is involved. For example, this is what I saw when trying to check if there are any arguments like "env" for the subprocess.run function:
At the same time, when I did Cmd+click on the function, I saw a well-formatted signature and quickly found the argument I was looking for:
So, the question is if it is possible to format complex hints in a way that enhances their readability?
The text was updated successfully, but these errors were encountered:
karthiknadig
changed the title
Better formatting for complext signature hints
Better formatting for complex signature hints
Jan 13, 2021
When hovering over functions/method with complex signatures with a goal like "learn the exact name of some argument" it can be hard to read the hint since VSCode applies no formatting to the signature. Hints become especially difficult to parse when overloading is involved. For example, this is what I saw when trying to check if there are any arguments like "env" for the subprocess.run function:
At the same time, when I did Cmd+click on the function, I saw a well-formatted signature and quickly found the argument I was looking for:
So, the question is if it is possible to format complex hints in a way that enhances their readability?
The text was updated successfully, but these errors were encountered: