omnisharp-server icon indicating copy to clipboard operation
omnisharp-server copied to clipboard

Current file members show enum members oddly

Open mikavilpas opened this issue 12 years ago • 1 comments
trafficstars

Let there be a file such as this:

namespace Foo {

    public enum name {
        Test, Test2
    }
}

A currentfilemembersasflat query will return this:

public enum name TestTest Test2Test2

mikavilpas avatar Sep 06 '13 05:09 mikavilpas

I can take a look at this later on.

mikavilpas avatar Sep 06 '13 05:09 mikavilpas