nodejs / repl

REPL rewrite for Node.js ✨🐢🚀✨
MIT License
177 stars 25 forks source link

Parameters' auto-complete does not work on Windows #55

Open LazataknesSoftware opened 2 months ago

LazataknesSoftware commented 2 months ago

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:

LazataknesSoftware commented 2 months ago

Now I updated Node.js to 21.7.3 (V8 11.8.172.17-node.20). Update didn't give effect...