Skip to content

A simple plugin to allow you to run the current file, and show the result. ST3 support is in SublimeText3 branch

Notifications You must be signed in to change notification settings

greatghoul/Sublime-CodeRunner

 
 

Repository files navigation

Sublime-CodeRunner

A simple plugin to use the current file as source code, run it and show the result. It is just like the Mac App CodeRunner, but with less feature.

ST3 support is in SublimeText3 branch

currently supported command :

  • run_code
  • run_code_custom

you can bind your key to the command like this :

{ "keys" : ["ctrl+r"], "command": "run_code" }

About

A simple plugin to allow you to run the current file, and show the result. ST3 support is in SublimeText3 branch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%