Sublime Forum

Add ability to accept user input console

#1

Please, Add ability to accept user input in console.

hope this will help to understand the problem. when i execute the below Python code using Ctrl+B the console opens & runs the code but it take no input.

Name = input("Write your name: ")
print(“Your name is : {}”.format(Name))

Note: I don’t like using sublime REPL as it opens another tab.

0 Likes

#2

May Terminus be an option? Handling user input basically requires a REPL frontend to handle all the IO. Terminus can run in a panel just like ST’s default build system. It can be configured to act as a build system backend very easily.

For reference to other topics asking this question:

1 Like

New user - [WinError 2] The system cannot find the file specified