Duroktar / Wolf

Wolf is a VsCode extension that enables live inspection of Python code in the editor.
Other
129 stars 7 forks source link

handle input [enhancement] #32

Open Almenon opened 6 years ago

Almenon commented 6 years ago

Pop-up or something for the user to type in input Alternatively, some sort of message telling the user that wolf does not handle input

x = input()
print(x) # user is left wondering why this does not work