_From @ffxsam on August 31, 2016 2:21_ - VSCode Version: 1.4.0 - OS Version: Mac OS 10.11.6 It would be awesome if VS Code could do what WebStorm does:  If I have the following: ``` js import { } from 'material-ui'; ``` and I start typing "Table" in the braces, it can see inside the Material UI package and suggest a list of modules (`Table`, `TableBody`, etc). _Copied from original issue: Microsoft/vscode#11268_