Eglot inlay hints should "shift over" display-fill-column-indicator #1428
ArsenArsen
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
I don't think it will be easy without display support : the inlay hints annotations are just overlay |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
Currently, when writing code which has inlay hints in it I find myself often looking for the column number indicator because I cannot trust the
display-fill-column-indicator
when inlay hints are present. For example, in the following:... visually, it appears like this line has crossed the fill-column, and should be broken, but that is not the case: we are on column 71 (fill-column is 79).
Can the inlay hints somehow 'push' this indicator along with them on this line specifically? I realize this'd give the appearance of a broken up line, which isn't the most visually appealing, but I think I'd benefit from that information.
I'm also open to other alternatives for preserving this information.
TIA, have a lovely day!
Beta Was this translation helpful? Give feedback.
All reactions