Date: April 8, 2019
What’s New?
Improved Completions
Path parameters are completed when parameters are defined in a path item or operation. If the path parameter is already defined in the path item object, then it will not be duplicated in its operations
Variables defined in a server URL are added when choosing the variables completion. A server variable’s default value is added when choosing the enum completion. Also when choosing a server variable default value, then the defined enum values are used as completion suggestions
This update contains more similar completions that makes editing OpenAPI and Swagger specifications a bit more effortless.
Editor Configuration
The Senya Editor extension uses the plain text editor options for completion formatting. The options are applied whenever they are changed. You can use tab indents for both JSON and YAML. However, tabs are not recommended when editting YAML.