Can inlay hints be configured to respect code alignment? #1362
Unanswered
drghirlanda
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just started with eglot and it's wonderful! I have one minor issue, though: the (very useful) inlay hints mess up my comment alignment. For example, I might annotate a function call like this:
with the comments to each function argument aligned. When eglot adds inlay hints the alignment is lost if the parameter types have different length. The example above might become:
Is there any way to preserve the alignment, other than turning off the hints?
Beta Was this translation helpful? Give feedback.
All reactions