Azure / service-fabric-mesh-preview

Service Fabric Mesh is the Service Fabric's serverless offering to enable developers to deploy containerized applications without managing infrastructure. Service Fabric Mesh , aka project “SeaBreeze” is currently available in private preview. This repository will be used for tracking bugs/feature requests as GitHub issues and for maintaining the latest documentation.
MIT License
82 stars 12 forks source link

Editing YAML #321

Open aloneguid opened 5 years ago

aloneguid commented 5 years ago

This is not exactly an issue, mostly a question. Which tools are you using to edit YAML files? So far I've been really struggling to make a valid YAML, especially when resource description grows. There is always a case of mistyped space or extra delimiter and so on. Both VS and VS Code is lacking a good yaml editing experience too. I understand that any valid JSON document is a valid YAML file, so I guess I could revert to JSON in descriptions. Unless I'm really missing something here?

tomkerkhove commented 5 years ago

I use visual studio code with this extension - https://marketplace.visualstudio.com/items?itemName=adamvoss.yaml

SamirFarhat commented 5 years ago

True, i had several problems with YAML, formatting is not one of its good points.

ChackDan commented 5 years ago

I use VS code too..

guibirow commented 5 years ago

For VSCode this one is really good: https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml

image