Sublime Forum

OpenAPI editing support?

#1

Anyone know of any plugins or strategies for editing OpenAPI .yml files?

I’m particularly interested in live preview rendering or similar. I see lots of plugin support for other editors (VSCode, Atom…), but none for Sublime, so I wonder if I’m overlooking something outside of Package Control that gets the job done.

Thanks in advance!

0 Likes

#2

What’s the expected behavior when editing a yaml file?

Generally, LSP + LSP-yaml (https://github.com/redhat-developer/yaml-language-server#using-inlined-schema) may help if your YAML provider is famous enough so that someone writes its schema for you.

0 Likes