Soia Language Support for Visual Studio CodeThis extension provides language support for the Soia language - a language for representing data types, constants and RPC interfaces (similar to Protocol Buffer). Features
Soia LanguageSoia is a language for representing data types, constants and RPC interfaces. It is designed for systems where different services are written in different languages but need to exchange structured data. Example:
Go to DefinitionThis extension supports navigating to the definition of symbols within your Soia codebase:
RequirementsNo special requirements for this extension. Release Notes0.1.0Initial release of Soia Language Support:
About SoiaSoia is designed with backward and forward compatibility in mind. You can evolve your data schemas by adding new fields or renaming fields. You will still be able to deserialize old values, and you won't break existing applications that use older versions of the schema. For more information about Soia, visit the official documentation. |