AREPL-vscode
AREPL-vscode copied to clipboard
Program python in real-time
#136 might help with this Currently startup time is at ~850ms I'd like to get it down to under half a second.
Please comment below if you want arepl for bash
Please comment below if you want AREPL for powershell.
If a user has been typing for a while they are more likely to stop. Find the average amount of characters typed between each pause.
google.es, for example
I use multiple open tabs/windows within VS Code. This is typically at least 2-3 windows, but can easily be 5+. AREPL usually gets it's own window. When switching AREPL between...
# Enhancement/Suggestion: When the code being run by AREPL throws, the Traceback is printed, but it is plain text. Can AREPL convert the files and line numbers to a link,...
The renderjson library is extremely simplistic and the external dependency is causing only issues, imo. I'll see that I'll rewrite it, with support for long lists and big numbers. At...
user should be able to control whether they want idempotency or not