SublimeText

Sublime Text setting

Package Control

Operation

  • Press Ctrl + shift + P to call package
    • Need have Package Control package in order to install the package mentionded above
  • Run Python Program (.py)
    • Press Ctrl + Shift + B and select the build system
    • Press Ctrl + B to run your code
  • Press Ctrl + / to comment out
  • Press Ctrl + ] or Ctrl + [ to indent
  • Press Ctrl + H to call Find And Replace function