hi all,
I wrote a macro to generate a simple Python docstring template as follows
""" <title>
<description>
Args:
Returns:
Raises:
Example:
Note:
"""
how do I command ST to move the caret to highlight the word as the last step of the macro?