@Blauhirn Visual Studio Code has path prediction, If you say it's a bad IDE, you probably never tested it and I recommend you to do so. The issue Amanda_Panda is facing is a common error, to import the folder instead of the file simply because you do not specify the .ts of the files when you import them.
@Ploppy Surely the greatness of an IDE is not determined by its ability to import paths correctly. I didn't know VSC had this bug, but that is good to know and kind of disappointing.
import { WebService } from './webservices/webservices'