-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Respect inlayhint padding #1089
Conversation
org.eclipse.lsp4e/src/org/eclipse/lsp4e/operations/inlayhint/LSPLineContentCodeMining.java
Outdated
Show resolved
Hide resolved
org.eclipse.lsp4e/src/org/eclipse/lsp4e/operations/inlayhint/LSPLineContentCodeMining.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think of my suggestion?
For me, the code is shorter and easier to read.
…SPLineContentCodeMining.java Co-authored-by: rubenporras <43636626+rubenporras@users.noreply.github.com>
…SPLineContentCodeMining.java Co-authored-by: rubenporras <43636626+rubenporras@users.noreply.github.com>
@rubenporras I like your suggestions :-) I have folded them in :-) |
Hi @BoykoAlex , the suggestions where not syntactically correct, I have missed a closing bracket in both, sorry for that. |
org.eclipse.lsp4e/src/org/eclipse/lsp4e/operations/inlayhint/LSPLineContentCodeMining.java
Outdated
Show resolved
Hide resolved
org.eclipse.lsp4e/src/org/eclipse/lsp4e/operations/inlayhint/LSPLineContentCodeMining.java
Outdated
Show resolved
Hide resolved
…SPLineContentCodeMining.java Co-authored-by: rubenporras <43636626+rubenporras@users.noreply.github.com>
…SPLineContentCodeMining.java Co-authored-by: rubenporras <43636626+rubenporras@users.noreply.github.com>
@rubenporras no worries - so did I ;-) |
No description provided.