ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Reality​Check

by bollu ST3

Sublime text plugin for live value watching for interpreted languages

Details

Installs

  • Total 400
  • Win 308
  • Mac 55
  • Linux 37
May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3
Windows 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1

Readme

Source
raw.​githubusercontent.​com

RealityCheck

About

proof-of-concept plugin for immediate feedback with Python code

Installation

With the Package Control plugin: The easiest way to install RealityCheck is through Package Control, which can be found at this site: http://wbond.net/sublime_packages/package_control

Once you install Package Control, restart Sublime Text and bring up the Command Palette (Command+Shift+P on OS X, Control+Shift+P on Linux/Windows). Select “Package Control: Install Package”, wait while Package Control fetches the latest package list, then select RealityCheck when the list appears. The advantage of using this method is that Package Control will automatically keep RealityCheck up to date with the latest version.

With Git: Clone the repository in your Sublime Text Packages directory, located somewhere in user's “Home” directory :: git clone https://github.com/bollu/SublimeRealityCheck.git

Development

Help me add more features! The first thing to do is to add support for more languages. Implement more LanguageExtension instances and send me a pull request.

NOTE: For a new release to be pushed, it needs to be tagged!

Future Goals

  • integrate with Jupyter?
  • Add support for matplotlib to render diagrams
  • Write an extensible API that can be hooked into other languages
  • Add support for rich media (images, gifs, etc)
  • Add more languages (I will add Haskell soon)
  • Plan on adding C++ through Cling