SublimeREPL
SublimeREPL copied to clipboard
SublimeREPL - run an interpreter inside ST2 (Clojure, CoffeeScript, F#, Groovy, Haskell, Lua, MozRepl, NodeJS, Python, R, Ruby, Scala, shell or configure one yourself)
Hi, Trying to install SublimeREPL today (2016-01-04), but the package no longer seems available on Package Control (re https://packagecontrol.io/packages/SublimeREPL). Will this be corrected, or is will there be a different...
`external_id` has two uses: as the view title and as the persistent history file name. Unfortunately, if a developer (me) doesn't know this and attempts at a pretty view name,...
Hi, I noticed that SublimeREPL runs slow when executing python scripts using ipython. I tried to read if there was any open issue about it but I couldnt find anything....
I use SublimeREPL to run python flask, but when I close the repl tab or right click then kill, flask is still running, they dont work.So how can I stop...
Hi, Can you document the keybindings for this plugin somewhere so they can be remapped? I'd really like sending lines and selections to the REPL to be one-step rather than...
I have installed SublimeREPL successfully. I click tools -> SublimeREPL -> python -> python to open the shell in a new tag, then I input some expressions. However, it had...
I have clean Clojure project created by Leiningen and when I start repl seems to start but enter just makes new lines and it never prints anything. Also these ctrl...
It looks for fsi as the executable. On Linux/Mono its "fsharpi" (instead of fsi).
When I use REPL with R inside ST2, then after closing the R tab, I often have `rterm.exe` going full CPU usage in Windows process manager. Any idea where it...
Coming from R, it would be great to have `CTRL+R` run the current line, and automatically go to next line. How would you do this? I imagine I should edit:...