Sublime Forum

Reading from stdin in application

#1

I have written some code (in Elixir) that writes to stdout and tries to read from stdin. The output is fine, and goes to the window at the bottom of the editor, however read operations return with no value. Is there some mechanism for performing interactive IO from inside a program under development inside Sublime?

0 Likes

#2

not with standart build output window but plugins like https://github.com/wuub/SublimeREPL do help

0 Likes

#3

Thanks @valerij, guess I’ll have to cope without :cry:

0 Likes