Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [lsp4e-dev] Handling non-standard SymbolKind values

Filed bug 536216 [1] with a patch.

Thanks,
Nate

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=536216

________________________________________
From: lsp4e-dev-bounces@xxxxxxxxxxx <lsp4e-dev-bounces@xxxxxxxxxxx> on behalf of Mickael Istria <mistria@xxxxxxxxxx>
Sent: June 12, 2018 10:07:42 PM
To: lsp4e developer discussions
Subject: Re: [lsp4e-dev] Handling non-standard SymbolKind values

> Which approach would you prefer for handling it in LSP4E: omit the symbol from the relevant view? Or use an empty / default icon?

Note that the issue is not about the icon here. The case of no available icon is well handled already (at least code doesn't seem so erroneous). The issue is more that the label is trying to include a suffix for the type, resolving to symbol.getKind().getName(), but getKind() can be null.


Back to the top