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

Auto-complete does not include static for local function #32174

Closed
cston opened this issue Jan 4, 2019 · 0 comments
Closed

Auto-complete does not include static for local function #32174

cston opened this issue Jan 4, 2019 · 0 comments
Assignees
Labels
Area-IDE Bug Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented
Milestone

Comments

@cston
Copy link
Member

cston commented Jan 4, 2019

Inside Main, type static<space>. Auto-complete will complete to System.ContextStaticAttribute rather than static.

using System;

class Program
{
    static void Main()
    {
        static
    }
}
@cston cston added the Area-IDE label Jan 4, 2019
@jcouv jcouv self-assigned this Jan 4, 2019
@jcouv jcouv modified the milestones: 16.0.P3, 16.0.P2 Jan 4, 2019
@jcouv jcouv added the 4 - In Review A fix for the issue is submitted for review. label Jan 5, 2019
@jinujoseph jinujoseph added the Bug label Jan 7, 2019
@jcouv jcouv closed this as completed Jan 11, 2019
@jcouv jcouv added Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented and removed 4 - In Review A fix for the issue is submitted for review. labels Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE Bug Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented
Projects
None yet
Development

No branches or pull requests

3 participants