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 word breaking heuristics failing with leading _ #7912

Closed
dpoeschl opened this issue Jan 12, 2016 · 1 comment
Closed

Completion word breaking heuristics failing with leading _ #7912

dpoeschl opened this issue Jan 12, 2016 · 1 comment
Assignees
Labels
Area-IDE Bug Resolution-Duplicate The described behavior is tracked in another issue
Milestone

Comments

@dpoeschl
Copy link
Contributor

        void M()
        {
            int _testStuff;

        }

On the blank line, type stuff and _testStuff will be offered.
Type _stuff and it will not be offered. I expect it to be offered.

@dpoeschl dpoeschl changed the title Completion Completion not doing word skipping when leading with _ Jan 12, 2016
@dpoeschl dpoeschl changed the title Completion not doing word skipping when leading with _ Completion word breaking heuristics failing with leading _ Jan 12, 2016
@Pilchie Pilchie added this to the 1.2 milestone Jan 14, 2016
@rchande rchande modified the milestones: 1.3, 1.2 Feb 2, 2016
@Pilchie Pilchie modified the milestones: 2.0 (Preview 2), 1.3 Apr 12, 2016
@Pilchie Pilchie modified the milestones: 2.0 (RC), 2.0 (Preview 2) May 11, 2016
@rchande rchande modified the milestones: 2.1, 2.0 (Preview 5) Sep 19, 2016
@Pilchie Pilchie modified the milestones: 15.1, 15.3 Mar 29, 2017
@Pilchie
Copy link
Member

Pilchie commented Apr 10, 2017

Dupe of #18131, and fixed in #18540

@Pilchie Pilchie closed this as completed Apr 10, 2017
@Pilchie Pilchie added the Resolution-Duplicate The described behavior is tracked in another issue label Apr 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE Bug Resolution-Duplicate The described behavior is tracked in another issue
Projects
None yet
Development

No branches or pull requests

3 participants