-
Notifications
You must be signed in to change notification settings - Fork 858
VS counts hints into line length #15576
Copy link
Copy link
Open
Labels
AI-thinks-windows-onlyArea-LangService-HintsF# hints inspired by C# inline hintsF# hints inspired by C# inline hintsBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.(Internal MS Team use only) Describes an issue with limited impact on existing code.Needs-More information
Milestone
Metadata
Metadata
Assignees
Labels
AI-thinks-windows-onlyArea-LangService-HintsF# hints inspired by C# inline hintsF# hints inspired by C# inline hintsBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.(Internal MS Team use only) Describes an issue with limited impact on existing code.Needs-More information
Type
Fields
Give feedbackNo fields configured for Bug.
Mentioned in this comment.
Indeed, it does:

I don't know if it's meant to be like this. There are three metrics there: Line, Character and Column. The Column metric is hidden unless it differs from the Character one.
Recording.2023-07-10.140309.mp4
It's not really clear what are the designed scenarios for that.
Note, C# does the same.

So, I see a few explanations to what is going on:
Further investigation is needed.