Skip to content

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

@cston

Description

@cston

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

using System;

class Program
{
    static void Main()
    {
        static
    }
}

Metadata

Metadata

Assignees

Labels

Area-IDEBugResolution-FixedThe bug has been fixed and/or the requested behavior has been implemented

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions