Skir Language Support for Visual Studio CodeThis extension provides language support for the Skir language - a language for representing data types, constants and RPC interfaces (similar to Protocol Buffer). Features
Skir LanguageSkir 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 Skir codebase:
RequirementsNo special requirements for this extension. Release Notes0.1.0Initial release of Skir Language Support:
About SkirSkir 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 Skir, visit the official documentation. |