You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is great for text files when I'm banging out comments, essays, and such.
But I have hooks set for Go programming that runs the auto formatter for Go, so they run just all the time.
Due to other hooks on saving:
If I have the cursor at the very last byte of a file, it suddenly moves the cursor to the next line when it auto-saves. This is another of my save hooks. Similarly, pausing with a blank at the end of any line will auto-erase the blank.
Some solutions:
Let me configure the auto save debounce to a longer time of my choosing.
Let me turn auto-save on or off by file type.
Sublime should offer an option (to you) to skip the hooks on saving the file.
Auto-save should turn off the hooks and issue a message whenever I activate.
None of these are perfect.
Thanks for auto-save.
The text was updated successfully, but these errors were encountered:
This is great for text files when I'm banging out comments, essays, and such.
But I have hooks set for Go programming that runs the auto formatter for Go, so they run just all the time.
Due to other hooks on saving:
If I have the cursor at the very last byte of a file, it suddenly moves the cursor to the next line when it auto-saves. This is another of my save hooks. Similarly, pausing with a blank at the end of any line will auto-erase the blank.
Some solutions:
None of these are perfect.
Thanks for auto-save.
The text was updated successfully, but these errors were encountered: