Code snippeds
Status: Beta
Brought to you by:
prokaryx
To make coding faster there should be support for code snippeds:
1. Enter a short id for the code snipped, e.g. ife
2. choose the function
3. a whole if-then-else code block replaces ife
If no snipped can be found, the user can choose from the complete list.
If there are several blocks whose name starts with the typed id, the user can choose from the matching blocks.
If auto-indent is active, every line of the block is prepended the indent of the cursorline.
There must be a way to define the code snippeds.
There should be several snipped lists to support several programming languages.
Alternatively to implement this feature yourself: add intent call for CopiPe
This feature is best implemented with the input method editor, also known as the soft keyboard. I am starting work on a programmer's soft keyboard that will make tasks like this easier.