razor
razor copied to clipboard
Hover should separate multiple summaries
Version used: VS 2022 v17.4 Preview 3
To reproduce:
- Create blazor server app
- Go to
Counter.razor - Add this code:
<input @bind-value="currentCount" /> - Hover over
inputandbind-value
Expected behavior: Multiple summaries are separated with a line
Actual behavior:
The are just stacked on top of each other without any separation:

Additional context:
Here is how it looks with legacy editor:
The coloring is not great at all and the separation line is barely visible, but summaries are a lot easier to destinguish at least because of vertical space between them. The new razor editor should implement the same thing, but with improved coloring of the separation line to be even clearer about it