Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 908 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 908 Bytes

PyColonize

showcase

Acknowledgments

This extension was forked from vmsynkov-zz and changed for the use in python.

Features

  • 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

Links