Replies: 1 comment
-
Thanks for bringing this to our attention! I've opened #16100 to track this (which I have filed as a bug). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be helpful if the python extension would automatically indent the next line after writing
match .... :
and
case .... :
This is somewhat similar to #8938 although I'm not sure if any additional work is required, since
match
andcase
are only soft keywords.Beta Was this translation helpful? Give feedback.
All reactions