Looking for a local JavaScript REPL that provides auto-completion and object inspection features. I have explored Rhino, SpiderMonkey, and V8, but none offer complete auto-complete capabilities. Any recommendations?
Based on my experience when looking for a more dynamic REPL, I found that Node.js offers a fairly robust environment with its built-in REPL module. Although it might not have all the auto-completion bells and whistles by default, you can extend it fairly easily. I experimented with modules that offer enhanced inspection and auto-complete features to bridge the gaps. The community has also developed custom scripts that integrate auto-completion functionality, which, while not perfect, significantly improved the development experience.