To run a file via the SublimeREPL plugin, I select 'Tools' -> 'SublimeREPL' -> 'Eval In REPL' -> 'File'
When I select 'File' nothing happens. How do I configure Sublime Text 2 to use a specified REPL ?
To run a file via the SublimeREPL plugin, I select 'Tools' -> 'SublimeREPL' -> 'Eval In REPL' -> 'File'
When I select 'File' nothing happens. How do I configure Sublime Text 2 to use a specified REPL ?
I think SublimeREPL only supports this for python files, if you look here you'll see that it is only under the python heading that this feature is mentioned.
Quickly run selected script or launch PDB.
Besides if you press(on windows) shift+ctrl+p
you'll see that if you type repl current
it will say:
SublimeREPL: Python - RUN Current File
As the only alternative, well except for PDB.
As @daniel-figueroa states, SublimeREPL only runs Python code as far as I'm aware.
If you are just trying to run Python with SublimeREPL, try:
Tools
-> SublimeREPL
-> Python
-> Python
-> RUN current file
Alternatively, if you're actually intending to evaluate with SublimeREPL, the plugin author, @wuub explains and offers a solution HERE.
© 2022 - 2024 — McMap. All rights reserved.