BMC The Pattern Language TPL support in VS CodeAdds syntax highlighting and snippets The Pattern Language TPL: tpl in VS Code Includes .tpl, .tplpre and .model files support. Originally re-made from the Atom bundle Old extensions are valid, but not updated often.
Installation:
Set syntax: Ctrl+Shift+P -> "Change language mode" type 'tplpre'Syntax highlighting:Most of constructions are also checking on integrity, so if some code will be written on wrong place, highlighting can be broken. Examples (currently based on Atom, and maybe will be refreshed): Pattern from Community Edition: Documentation block and tasks highlighted: Triggers: Regex expressions: (uses python regex grammar from "language-python") Syntax broken (highlighting will show it) Autocomplete and Doc links:For common code blocks and usual constructions autocompletion is available. It also provide links to reffering documentaion for each function or block on official BMC Doc portal. Pattern draft example: Code constructions usually used: Link to BMC official docs: Extra developers helping code: Automation, syntax check, upload pattern, etc:For IDE related support, such as syntax check and testing, please raise a request or topic on official community: BMC Discovery community page.. |