envoyproxy/envoy

VSCode syntax extension

开放

#13,078 创建于 2020年9月14日

 (20 条评论) (25 个反应) (0 位负责人)C++ (5,373 个派生)batch import
area/configurationarea/docshelp wantedpriority/high

仓库指标

星标
 (27,997 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南