How to create a build system in Sublime Text 3?

How can I provide input for a program that I run using Sublime Text Build System?

  • Is there any way I can provide input to a program that I build and run using Sublime Text Build system either by typing directly into the console or by optionally providing an input file?

  • Answer:

    That might work for you.https://github.com/wuub/SublimeREPL

Aung Thu Rha Hein at Quora Visit the source

Was this solution helpful to you?

Other answers

You can do it with file. you can goto Tools->Build System->New Build System. here ,as they have default selected text,you can type the command that used from terminal or cmd to execute code and provide input file there. (for example "for python :'python http://filename.py') . You name your build system and save the file. Now,select your new named build system and you are good to go.

Vaibhav Shah

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.