In a project, while editing a .js file, try:
```
require('./
```
It starts showing the package completion list after the quote, and tracking a matching selection. But as soon as you type `/`, it will commit the completion that happened to be selected currently (which, for a typical Express project, is going to be something from ./obj - we should probably filter those out, too).
```
require('./
```
It starts showing the package completion list after the quote, and tracking a matching selection. But as soon as you type `/`, it will commit the completion that happened to be selected currently (which, for a typical Express project, is going to be something from ./obj - we should probably filter those out, too).