Literalnerdemoji
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Literalnerdemoji created a post, AnsweredPyCharm: shortcut to fan out multiple lines in list-like structure
when you have something likef(a,b,c)or (a,b,c)or [a,b,c]or array[a,b,c]is there a quick way to fan it out to [a,b,c,]perhaps even with indent? thanks for your anwer