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

> 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