- Documentation Link (
docs) enables the direct association of a Markdown documentation file to a ST type declaration.- By adding a ST pragma in the form of
{axcode:docs-v0:<library-package-name>:<path-to-md-file>}in front of a type declaration, a link to the documentation will be provided in the hover information for this type.
- By adding a ST pragma in the form of
- Configuration UI (
config-ui) enables the association of web applications to a ST type declaration.- This web application can query and supply an ST Initializer for a guided visual setup of the types configuration.