You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intellisense shows 2 ObjectType enums and one of them works while the other one just duplicates the code, I am sure I saw this behaviour with some other enum as well don't remember though.
Tabular Editor 3 Version
3.16.2
Screenshots
Object.Type.Error.mp4
Steps to Reproduce
var manySideCalculatedColumns =
Model
.AllColumns
.Where(
c => c.UsedInRelationships.Any(r => r.FromColumn == c)
&& c.ObjectTypeName == "Calculated Column"
);
manySideCalculatedColumns .Output();
Expected behavior
Pressing tab on enum shouldn't duplicate the code infact duplicated enum shouldn't be show in the intellisense
Crash Report
No response
Windows Version
Windows 10
The text was updated successfully, but these errors were encountered:
Hi @SharmaAntriksh
Thanks for reporting this. We have confirmed this behavior as a bug (it can also happens with other types of autocompletes - not just enums).
Description
Intellisense shows 2 ObjectType enums and one of them works while the other one just duplicates the code, I am sure I saw this behaviour with some other enum as well don't remember though.
Tabular Editor 3 Version
3.16.2
Screenshots
Object.Type.Error.mp4
Steps to Reproduce
Expected behavior
Pressing tab on enum shouldn't duplicate the code infact duplicated enum shouldn't be show in the intellisense
Crash Report
No response
Windows Version
Windows 10
The text was updated successfully, but these errors were encountered: