What are AL Snippets, and what do they look like?
AL Snippets are pieces of AL code or small templates that can be recycled and reused for faster coding in Visual Studio code. They have the prefix âtâ, followed by a meaningful name, like taction, tfield, ttrigger, etc.
We have added some extra snippets which can be called by typing below commands.
al Snippets:
ABH: tpragmaABH
creates pragma directives for disable and restore add idABH: tpragmadisableABH
creates pragma directives for disable add idABH: tpragmaRestoreABH
creates pragma directives for restore add id
Comments
0 comments
Please sign in to leave a comment.