You might want to try a generic extension for running command line tools, such as one of these:
- Command Line Shortcuts
- Brackets Build System
- Command Runner
- Brackets Shell access
- Brackets Terminal
- The Brackets Builder you mentioned above - looks like you choose Edit > Edit Builder to configure the commands you want, and then you can press Ctrl-Alt-B to run them.
Hey guys! I’m learning python (coming from c++ and java) and I’m trying to use Python in Adobe Brackets. I know Brackets is more for html/css, but I really like. Problem is, I can’t for the life of me figure out how to execute my program once the code is ready.
Does anyone know how to run the code from Brackets without opening the terminal and running it manually?
Thanks!
Adobe Brackets and running Ruby/Python programs - Stack Overflow
How to run Python in Brackets (MacBook)
How to run my Python program in Brackets code editor?
Have you checked the language support and made sure your config is right?
https://github.com/adobe/brackets/wiki/Language-Support
Please note this is just a quick guess as I haven't personally used Brackets.
More on reddit.comPython how to add parentheses to math inputs to reflect PEMDAS?
Videos
You might want to try a generic extension for running command line tools, such as one of these:
- Command Line Shortcuts
- Brackets Build System
- Command Runner
- Brackets Shell access
- Brackets Terminal
- The Brackets Builder you mentioned above - looks like you choose Edit > Edit Builder to configure the commands you want, and then you can press Ctrl-Alt-B to run them.
Brackets Builder has worked best for me "right out of the box". However, I run into the same problem as you (when wanting to perform console inputs) in both Brackets AND Sublime, but NOT in SciTE.
A good clean work around inside Brackets, for when you need to test programs with console inputs, is to load the extension "Open project in terminal", which will allow you to open a terminal right from your current project folder and run your python script. This allowed me to run your case from Brackets with very little hassle, and of course, it works great in a real terminal.
To make this approach even easier, I've asked the developers on GitHub, thru a raised issue, if they can add support for more terminal programs in Windows, such as ConEmu, and if they could allow intial command line arguments to be loaded, which would make this type of work that you want to do even more seamless and fast. I'll update my post once I see any improvements or alternatives to all the above points.
» pip install BracketMaker