Autocomplete :
in the end of line such as def
, for
#3790
Replies: 5 comments
-
Thanks for the feature request! We are going to give the community 60 days from when this issue was created to provide 5 👍 upvotes on the opening comment to gauge general interest in this idea. If there's enough upvotes then we will consider this feature request in our future planning. If there's unfortunately not enough upvotes then we will close this issue. |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
-
@solzard sorry about that, wrong canned response 😅. What I meant to say was: Thank you to everyone who upvoted this issue! Since the community showed interest in this feature request we will leave this issue open as something to consider implementing at some point in the future. We do encourage people to continue 👍 this issue as it helps us prioritize our work based on what the community seems to want the most. |
Beta Was this translation helpful? Give feedback.
-
Moving to Pylance as a feature request. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Discussed in microsoft/vscode-python#15606
Originally posted by solzard March 8, 2021
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