omnisharp-server
omnisharp-server copied to clipboard
Current file members show enum members oddly
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
I can take a look at this later on.