CIMPL Language Support for VS CodeA language support extension for the CIMPL language. More details about CIMPL at this tutorial. https://github.com/standardhealth/shr-cli/wiki/Tutorial How to DownloadIn Visual Studio Code, go to the VS Code Extension Marketplace and download the
Language FeaturesSyntax HighlightingThis extension provides syntax highlighting for CIMPL. When editing a CIMPL file, the syntax should be automatically highlighted. Go to Definition and PeekThis extension provides support for Go to Definition and Peek in CIMPL, as described in the VS Code documentation at the links below. https://code.visualstudio.com/docs/editor/editingevolved#_go-to-definition https://code.visualstudio.com/docs/editor/editingevolved#_peek Code Completion SuggestionsWhen editing CIMPL, the extension will provide suggestions for inherited attributes of elements while typing, automatically. Hover ProviderWhen hovering over a CIMPL element, a hover provider will display all inherited attributes of that element, and their constraints. Snippet SupportWhen entering the string Compile and Run (for Developers)
|