SublimeREPL gives the option of running the current file in python but it doesn't give this option for other languages. Is there a way to configure it to run the current file in say PHP?
Asked
Active
Viewed 334 times
1 Answers
0
You can run any file for which a REPL is running. So, simply start a PHP REPL in Sublime, then select Tools → SublimeREPL → Eval in REPL → File
and you're all set.

MattDMo
- 100,794
- 21
- 241
- 231