Skip to content

No import suggestions for transitive dependencies, even after initial import #38768

Description

TypeScript Version: 3.8.3

Search Terms:

Code

import { CloudAppRestService } from '@exlibris/exl-cloudapp-angular-lib';

export class Test {
  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

Screen

Related Issues:
#36042, #30033, #35560

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Working as IntendedThe behavior described is the intended behavior; this is not a bug

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions