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

Add some function to copy compound (qualified, full path) key to clipboard #105

Closed foal closed 3 years ago

foal commented 3 years ago

Sometimes it is necessary to have a full path of a simple key (e.g. product.feature.eco_code.enabled). Now I need to pass over the overview and copy key-by-key for each level. Will be nice if the plugin will provide such functionality - "copy qualified key".

de-jcup commented 3 years ago

Hmm, as far as understood you want for

product:
  feature: 
    eco_code: 
      enabled: true

to click in the outline to element and have inside context menu the option "copy qualified key" and this shall copy product.feature.eco_code.enabled to clipboard?

foal commented 3 years ago

Yes, exactly.

de-jcup commented 3 years ago

image

image