Skip to content

Constant fields are not displayed correctly in the syntax #39

@barry-jones

Description

@barry-jones

Given the following defenition:

public readonly static SyntaxToken Space = new SyntaxToken(" ", SyntaxTokens.Text);

Is displayed in the syntax field as:

public SyntaxToken Space;

The constants information needs to be read from the signature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions