TypeScript Version: 3.8.3
Search Terms:
Code
import{CloudAppRestService}from'@exlibris/exl-cloudapp-angular-lib';exportclassTest{rest: CloudAppRestService;config: CloudAppConfigService;}Expected behavior:
According to this comment from Andrew Branch (@andrewbranch) , once an import is made anywhere in the project, other imports from the same package should be recommended. We're not seeing that behavior.
Actual behavior:
Second import (even in the same file!) is not recommended

Related Issues:
#36042, #30033, #35560
TypeScript Version: 3.8.3
Search Terms:
Code
Expected behavior:
According to this comment from Andrew Branch (@andrewbranch) , once an import is made anywhere in the project, other imports from the same package should be recommended. We're not seeing that behavior.
Actual behavior:
Second import (even in the same file!) is not recommended
Related Issues:
#36042, #30033, #35560