In my applications I have a main configuration document (object) that has some deep nesting. So I find myself typing config && config.Exports && config.Exports.accounting && config.Exports.accounting.thisIsWhatIWant
a lot.
So my question is, in WebStorm, can I write config.Exports.accounting.thisIsWhatIWant
and then use a shortcut key or right-click + some menu item to get it to auto expand these?