de-jcup / eclipse-yaml-editor

Eclipse YAML editor
https://marketplace.eclipse.org/content/yaml-editor
Apache License 2.0
34 stars 10 forks source link

Editor linking with outline does not work with inner elements #73

Closed de-jcup closed 4 years ago

de-jcup commented 4 years ago
# Just a simple example

apiVersion: v1
kind: Pod
metadata:
  name: busybox-sleep

spec:
  containers:
  - name: busybox
    image: busybox
    args:
    - sleep
    - "1000000"

when selecting name: busyboxsleep

neither by key or value the outline element is not selected.