Reputation: 356
I am trying to customize sublime text 3 for Python development. Is there a way to set my buildsystem to clear the console before running a script? Also, I would like to have my console opened by default when opening a new session. I'm using Windows 10.
Upvotes: 0
Views: 812
Reputation: 745
Install ClearConsole
package in sublime, then type alt+k
to clear then console.
Upvotes: 1