Closed thelooter closed 6 months ago
While VSCode probably won't support that (see how Java language is declared https://github.com/redhat-developer/vscode-java/blob/0919d62cf33638db0fe23b943d440bcde3c8e116/package.json#L200 ), it is planned to make other icons for the JetBrains extension/theme. Other colors may be available but not associated then
New icons are added and ready for custom associations, if used within VSC, still limited by the way extensions are parsed by VSC
Type
Context and associations
All Java classes have the .java extension, so a content check would need to be performed.
The following types exist
References
Maybe different colors for different types, like e.G. green for interfaces and purple for enums.