Using python 3.12 I have several templates.
This one (named "if"):
expands if I wait a second or two after I type "if"
However, this one does not:
Why?
Is it possible that this is because my python word list needs updating?
This one (named "if"):
Code: Select all
if ([+expression+]):
^
However, this one does not:
Code: Select all
print('[+expression+]')
^
Is it possible that this is because my python word list needs updating?