fertigt / pycolonize

Visual Studio Code extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Visual Studio Code extension

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%