#NAVdevInfo 2: New Snippets for AL
I am very glad to let you know that I just published in VS Code Marketplace new Extension. In previous post I wrote about Snippets which help developers to write code faster. When I was checking the standard templates I had feeling that it is very good but some commands are missing.
After reading some tutorials it turn out it is quite easy to build those helpers by ourselfs (how I will write in near future). I also checked that it is possible to wrap them in Extension and publish them that they will be available for everyone.
At this link: https://marketplace.visualstudio.com/items?itemName=mynavblog-kbialowas.al-snippets you can get Extension.
Now available is 16 snippets including those one for Events. The best is to go project wiki to check what thay can: https://github.com/mynavblog/Snippets-for-AL/wiki
And here is some example. You can choose from the list Event:
Or add quickly FlowField:
Comment to version 0.0.2 – I removed events as they can be added with table or page extensions. Because I think this is rather proper way of adding events.