Reputation: 7852
I am looking possibility for file import suggestion in eclipse Angular 2 plugin.
Upvotes: 0
Views: 284
Reputation: 2125
This problem comes from typeScript and not from Angular2 Eclipse. The completion for files, directories will be implemented very well for TypeScript 2.1 (or perhaps 2.2).
If you want to play with that:
npm install typescript@next
TypeScript / Runtime
See Configure TypeScript for more information.
After that completion for files, directories should work:
Upvotes: 1