Replies: 2 comments 1 reply
-
We don't have that sort of auto-complete, but you could create a snippet for yourself for |
Beta Was this translation helpful? Give feedback.
1 reply
-
Moved to https://github.com/microsoft/vscode-python/issues/16992 |
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
-
I always use PyCharm, Jetbrain's Python IDE, and try to make my newly-installed VSCode similar to that one.
VSCode is much lighter and faster, but one thing VSCode annoys me is it doesn't autocomplete
:
in the end of lines.When writing
def
orfor
statement, PyCharm autocomplete:
and moves to the indented next line using a shortcut calledcomplete current statement
.VSCode lacks
:
, so I have to go back and type it manually.As I've googled so far, it seems there's no config or extension for this.
Is such a feature supported in VSCode?
Beta Was this translation helpful? Give feedback.
All reactions