intellij-kubernetes
intellij-kubernetes copied to clipboard
labels for contexts that are listed in the toolwindow are hardly readable
depends on #34 based on the discussion at https://github.com/redhat-developer/intellij-kubernetes/pull/34#issuecomment-631038838
the contexts that are listed in the tool window are very long. They currently match the way that's used in vscode which is to display <current namespace>/<host>/<user>
(on the left: vscode, on the right: intellij-kubernetes)

A possible improvement could be to display the cluster and decorate it namespace & user with lighter letters like one can see here within the projects view:

Those labels are being discussed in vscode at https://github.com/Azure/vscode-kubernetes-tools/issues/757. I'll extract the suggested change for these labels on hold until we have a decision in vscode and try to match what they'll provide.