-
Notifications
You must be signed in to change notification settings - Fork 54
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
Outline view should provide more visual separation displaying symbols gathered from properties files #615
Comments
I confirm what @angelozerr says in the other issue, it's definitely a client-side issue, more specifically in SymbolsLabelProvider . Would you be interested in submitting a PR that adds the necessary space? |
Yes, I'd be interested. Not sure exactly when I'll get to it but thanks for the starting point suggestion. |
I stumbled across the same issue. I can provide a PR as well. |
PROBLEM
Using Eclipse 4.27 with Quarkus Tools (using LSP4MP 0.6) I see this for application.properties in the Outline view
Note how the key and value are collapsed together without a space.
On the other hand, looking at a Java file in Eclipse, we see
<element name> : <type>
with the space and colon.SUGGESTION
I think simply adding a space, combined with the different font, would be enough of a separation (we don't need the ':' IMHO).
OTHER INFO
Note the comment showing the JSON-RPC payload returned by LSP4MP in a case similar to my screenshot. (I first opened the issue against LSP4MP before getting directed here).
The text was updated successfully, but these errors were encountered: