Closed
Description
- Version:
v8.11.0
- Platform:
Linux fedora-thinkpad 4.13.9-300.fc27.x86_64 #1 SMP Mon Oct 23 13:41:58 UTC
- Subsystem: n/a
> d = {'hello, world!': 'some string'}
{ 'hello, world!': 'some string' }
> d.hello<tab>
> d.hello, world!<enter>
...
...
> <keyboard interrupt>
When an object has special characters as one of it's properties, node will autocomplete that property, but continue waiting for input (as the completed property is invalid syntax). This is not desired behaviour.
This issue is also present in Firefox, but not in Chrome.