
(FYI: The platform version selection here on the forum needs to be updated. It only goes up to .NET 6.0) I've tried to newest version because I'm excited about the Intra-Text Adornment Location feature. I want to show AI code suggestions but I have the issue that only single line is supported.
For example the user types:
public class Car
and I create a tag which suggests:
public class Car {
public string Model { get; set; }
public string Vendor { get; set; }
}
In the UI of the syntax editor all of this would appear within (around) the current line. It doesn't adds the extra space below this line. Changing the location in AddAdornment doesn't help. It still overlaps with the content of the lines above/below the current. Here are screenshots: https://imgur.com/a/WqYpimk https://imgur.com/a/o56Icrx