Hey there,
I just noticed a strange phenomena, pressing the space-bar twice automatically adds a period to my variable names inside my python code. How do I disable this?
Thanks!
Hey there,
I just noticed a strange phenomena, pressing the space-bar twice automatically adds a period to my variable names inside my python code. How do I disable this?
Thanks!
Execute sublime.log_commands(True)
in ST console and trigger the issue to see what command is triggered.
thanks - just tried that, i can see other commands being triggered (i.e. left_delete
and move
etc) but there are no commands being triggers with the double space-bar
Are you on a Mac?
https://www.frontendreference.com/disable-adding-period-with-double-space-ventura.html
Haha - this was the fix!!! I’ve been on a mac forever, not sure why this never happened before.
MacOS major/minor updates sometimes reset this setting to be on, instead of preserving the current setting.
Is this a global feature that cannot be controlled by the application? I’ve turned it off, but it would be nice to be able to turn this off in sublime settings, (even enable / disable) per source type.
Thanks!