envoyproxy/envoy

VSCode syntax extension

Aperta

#13.078 aperta il 14 set 2020

 (20 commenti) (25 reazioni) (0 assegnatari)C++ (5373 fork)batch import
area/configurationarea/docshelp wantedpriority/high

Metriche repository

Star
 (27.997 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Intellisense for envoy configuration files (yaml)

Having to lookup keywords in documentation causes a slower developer feedback loop. yaml indentation can also be be a challenge to get right at first attempt with deeply nested structures.

Intellisense can help you quickly get feedback on which keywords are available, which also tells you which "depth" you are at within the yaml tree structure.

An example of an extension like this is the Kubernetes extension for VSCode - providing intellisense for Kubernetes resource definition files (which also uses yaml files)

Relevant links

Guida contributor