Feat(intellisense): format long ints in signatures with separators #6608
Closed
NickCrews
started this conversation in
Enhancement
Replies: 2 comments 1 reply
-
Thanks for the suggestion. Transferring to discussions for up votes. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Seems like a duplicate of #4030? |
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
-
Thanks for your help. I'm not sure if this is the correct repo to file this request, please point me in the right direction if this is wrong.
Sometimes I have a big int as a default value of a function:
Note that I have the _ separators in there to make it readable. When I hover over a usage of that function, the intellisense popup prints it plain, with no separators. This makes it difficult to read:
Can we either:
print(f"{1_000_000_000:_}")
Beta Was this translation helpful? Give feedback.
All reactions