intellij-kubernetes icon indicating copy to clipboard operation
intellij-kubernetes copied to clipboard

labels for contexts that are listed in the toolwindow are hardly readable

Open adietish opened this issue 5 years ago • 1 comments

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) image

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:

image

adietish avatar May 21 '20 21:05 adietish

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.

adietish avatar May 21 '20 21:05 adietish