For instruction regarding snippet installation in Visual Studio Code please refer https://code.visualstudio.com/docs/editor/userdefinedsnippets#_create-your-own-snippets In your snippet file paste code from jinjava.jsonc file
-
Code snippets are templates that make it easier to enter repeating code patterns, such as loops or conditional-statements. This snippet are global, so work with all language. You can use snippets in JavaScript, Jinjava Raw, HTML, CSS, or with any language choosen in VSC.
-
To use snippets, click ctr+space, you’ll see the list:
- Each snippet has a description shown when you select it using arrows.
- When you’re familiar with snippet names, you can start entering snippet name, e.g. aggregate. VSC will show only snippets with text you just entered.
- To increase the comfort of work, some elements of code are highlighted and can be completed without the need to select text. To move from one placeholder to another use TAB
- Check how in few seconds you can generate jinjava recommendations syntax:
Full documentation of jinjava inserts in Synerise available at https://hub.synerise.com/developers/inserts/
Synerise.
If you need support please feel free to contact us via help desk portal at https://hgintelligence.atlassian.net/servicedesk/customer/portal/1 (for direct customers) or https://hgintelligence.atlassian.net/servicedesk/customer/portal/11 (for partners).