@rthor Since variables can't have dashes, I dream that it would figure out the variable name itself (with camelCase, assuming no destructuring). For instance, to require `left-pad`, you'd type `req<tab>left-pad<enter>` and it would become: const leftPad = require('left-pad')