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

completion: CTRL+Space is not applicable in Delete/Backspace triggered session #35301

Open
ivanbasov opened this issue Apr 26, 2019 · 1 comment
Assignees
Labels
4 - In Review A fix for the issue is submitted for review. Area-IDE Bug IDE-IntelliSense Completion, Signature Help, Quick Info
Milestone

Comments

@ivanbasov
Copy link
Contributor

ivanbasov commented Apr 26, 2019

Both old and new completions.
Start with

class C
{
    void Method()
    {
        var s = "";
        s.Length$$
    }
}

Intellisense TriggerOnDelete should be ON
SendBackspace
SendCommitIfUnique

Expected
No active completion session
s.Length is in the current line

Actual
Active completion session
s.Lengt is in the current line

@ivanbasov ivanbasov added Area-IDE IDE-IntelliSense Completion, Signature Help, Quick Info labels Apr 26, 2019
@ivanbasov ivanbasov added this to the Backlog milestone Apr 26, 2019
@ivanbasov ivanbasov self-assigned this Apr 26, 2019
@jinujoseph jinujoseph added the 4 - In Review A fix for the issue is submitted for review. label Apr 30, 2019
@jinujoseph jinujoseph modified the milestones: Backlog, 16.1 Apr 30, 2019
@ivanbasov ivanbasov removed the 4 - In Review A fix for the issue is submitted for review. label Apr 30, 2019
@ivanbasov ivanbasov modified the milestones: 16.1, 16.2.P1 Apr 30, 2019
@ivanbasov
Copy link
Contributor Author

This is a follow up for #35310. It seems there is no need to fix it in 16.1. The issue is not a regression and happened long ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4 - In Review A fix for the issue is submitted for review. Area-IDE Bug IDE-IntelliSense Completion, Signature Help, Quick Info
Projects
None yet
Development

No branches or pull requests

2 participants