Closed
Description
import * as ts form 'typescript'
can't support autocompletion because the source comes after the imported identifiers. Let's do it the right way up: import from 'typescript' * as ts
(just like Linq does) so we go naturally from a whole to a part, not the other way around