Open CurtHagenlocher opened 1 year ago
Expected behavior A quoted reference to an identifier which was defined as unquoted should be recognized as the same.
Actual behavior If you define an identifier without quotes and then reference it using the quoted form you get an error.
To Reproduce
shared SomeValue = 1; shared AnotherValue = #"SomeValue";
In the editor, #"SomeValue" gets a red squiggle and a tooltip of "Cannot find the name '#"SomeValue"', did you mean 'SomeValue'? powerquery(Error.UnknownIdentifier)".
Expected behavior A quoted reference to an identifier which was defined as unquoted should be recognized as the same.
Actual behavior If you define an identifier without quotes and then reference it using the quoted form you get an error.
To Reproduce
shared SomeValue = 1; shared AnotherValue = #"SomeValue";
In the editor, #"SomeValue" gets a red squiggle and a tooltip of "Cannot find the name '#"SomeValue"', did you mean 'SomeValue'? powerquery(Error.UnknownIdentifier)".