0

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?

Dominic Fagan
  • 151
  • 2
  • 11

1 Answers1

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