If I'm in my IntelliJ and I try to specify a space for automatically importing the Typescript class, I get the full path ( import {Http} from "../../../../node_modules/@angular/http/src/http"; ) when I would expect a shorter inclusion ( import {Http} from "@angular/http" )
This worked at some point, but I cannot figure out which settings are reworked. Anyone have an idea? I am in 2017.
intellij-idea webstorm pycharm typescript
Jackie
source share