Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommend types that are not imported yet in the autocomplete list #21233

Closed
alrz opened this issue Aug 1, 2017 · 1 comment
Closed

Recommend types that are not imported yet in the autocomplete list #21233

alrz opened this issue Aug 1, 2017 · 1 comment
Labels
Area-IDE Feature Request Resolution-Duplicate The described behavior is tracked in another issue

Comments

@alrz
Copy link
Member

alrz commented Aug 1, 2017

class C {
  void M() {
    Int32|
  }
}

Int32 should show up in the list and once it's committed (e.g. by hitting space) using System; should be inserted.

@Pilchie
Copy link
Member

Pilchie commented Aug 8, 2017

Duplicate of #7053

@Pilchie Pilchie marked this as a duplicate of #7053 Aug 8, 2017
@Pilchie Pilchie closed this as completed Aug 8, 2017
@Pilchie Pilchie added the Resolution-Duplicate The described behavior is tracked in another issue label Aug 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE Feature Request Resolution-Duplicate The described behavior is tracked in another issue
Projects
None yet
Development

No branches or pull requests

3 participants