This extension was forked from vmsynkov-zz and changed for the use in python.
-
Adds three shotcuts to insert colons with ease if required for python keyword at the beginning of the line;
- shift + enter Insert colon at the end of line and continue on the same line
- ctrl + enter Insert colon at the end of line and continue on the new line
- ctrl + alt + enter Insert colon and stay at the same position
-
First accepts autocomplete suggestion if one is present and then does its job
Note: If line contains colon cursor will still move