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

Rank AsyncCompletionSessionDataSnapshot.Defaults over IntelliCode starred suggestions #65982

Open
dpugh opened this issue Dec 13, 2022 · 0 comments

Comments

@dpugh
Copy link

dpugh commented Dec 13, 2022

We have a scenario where I think we are correctly setting the default of the AsyncCompletionSessionDataSnapshot but IntelliSense is not selecting the desired item. It looks like the problem is that the default isn't being selected because it is not in the list of starred completion items (which are displayed at the top of the list).

Cyrus, Mark and I have discussed this and the preferred behavior would be:

  1. If the gray text matches something in the starred completion list, select that.
  2. Otherwise, if the gray text matches something elsewhere in the completion list, star that item and place in the starred section, and select it.
  3. Otherwise, ignore the gray text and select the 1st thing in the starred completion list.
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Dec 13, 2022
@genlu genlu self-assigned this Dec 29, 2022
@genlu genlu added Concept-Continuous Improvement IDE-IntelliSense Completion, Signature Help, Quick Info IntelliSense-Completion and removed untriaged Issues and PRs which have not yet been triaged by a lead labels Dec 29, 2022
@genlu genlu added this to the 17.5 milestone Dec 29, 2022
@arkalyanms arkalyanms modified the milestones: 17.5, Backlog Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants