I want function's arguments autocomplete like:
"Hello world".replaceAll(
100ms later
"Hello world".replaceAll(searchValue, replaceValue
On Android (Termux) it works great, but on Windows it does not work 😢. Why?
➡️ Additional information:
- Windows 10 1607 (build 14393.6897)
- Node.js 20.13.0 (V8 11.3.244.8-node.20)
- I installed it by
npm i nodejs/repl -g