When I type a partial path, I get a list of paths in the autocomplete popup:
But when I press tab or enter to accept the completion, it leaves the partially-typed path except for the last portion, which it replaces with the autocomplete entry:
In this example I expected to type k8s/_cluster/ClusterRoltab and have it autocomplete to k8s/_cluster/ClusterRole/, but it completed to k8s/_cluster/k8s/_cluster/ClusterRole/ instead.
When I type a partial path, I get a list of paths in the autocomplete popup:
But when I press tab or enter to accept the completion, it leaves the partially-typed path except for the last portion, which it replaces with the autocomplete entry:
In this example I expected to type
k8s/_cluster/ClusterRol
tab and have it autocomplete tok8s/_cluster/ClusterRole/
, but it completed tok8s/_cluster/k8s/_cluster/ClusterRole/
instead.