Hi,
Is there any way to prompt the user to type in sublime build, for example, I want to compile a java package and run it but, when It compiles it should prompt the user to enter the path, then it should go to that location and run the code.
Invoking a prompt in sublime build
Dev1
#1
0 Likes
jfcherng
#2
-
https://packagecontrol.io/packages/Terminus
This is, at this moment, your best choice for ST builtin terminal. But it prints things slow. -
https://packagecontrol.io/packages/Console%20Exec
I used this until I go fully build with an external stand-by terminal and no longer use ST’s build system.
0 Likes