user.lang.tags.imperative.py
Modules
Actions
- user.code_block()
Inserts equivalent of { } for the active language, and places the cursor appropriately
- user.code_break()
Inserts break statement
- user.code_next()
Inserts next statement
- user.code_state_case()
Inserts case statement
- user.code_state_continue()
Inserts continue statement
- user.code_state_do()
Inserts do statement
- user.code_state_else()
Inserts else statement
- user.code_state_else_if()
Inserts else if statement
- user.code_state_for()
Inserts for statement
- user.code_state_for_each()
Inserts for each equivalent statement
- user.code_state_go_to()
inserts go-to statement
- user.code_state_if()
Inserts if statement
- user.code_state_infinite_loop()
Inserts infinite loop statement
- user.code_state_return()
Inserts return statement
- user.code_state_switch()
Inserts switch statement
- user.code_state_while()
Inserts while statement
- user.code_try_catch()
Inserts try/catch. If selection is true, does so around the selection
Tags
- user.code_imperative
Tag for enabling basic imperative programming commands (loops, functions, etc)