8000 GitHub - ttakezawa/vscode-postfix-python: Postfix notation for Python - extension for VS Code
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ttakezawa/vscode-postfix-python

 
 

Repository files navigation

Postfix templates for Python

simply folk from ipatalas/vscode-postfix-ts, and change some code in order to work with Python

Features

demo.gif

All available templates (expr means the expression on which the template is applied):

Template Outcome
.return return expr
.len len(expr)
.int int(expr)
.iter iter(expr)
.type type(expr)
.print print(expr)
.if if expr:
.ifn if expr is None:
.ifnn if expr is not None:
.forloop for i in range(expr):
.forin for item in expr:

About

Postfix notation for Python - extension for VS Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.4%
  • JavaScript 1.6%
0