- Open the mapping yml file or any yaml file. Then start typing below syntax such as
aiepviewobject
oraiepview
which will auto populate in vscode. - Soon after you select the keyword, then you should be seeing the configuration auto populated
- This config now has very less fields to be modifed such as
policy number, object(id any), operation, x-auth-user
. - Using
Tab
key you can easily navigate directly to the next variable and replace it with value of your choice. - Some of the variables will appear in
dropdown
forease of use
.
This snippet only contains policy number and not any objects
syntax: aiepview
This snippet only contains policy number along with objects
syntax: aiepviewobject
Ankit Raghuvanshi