Actifsource

#6739 [Story/CodeSnippet] Codesnippet support sub resource token inside function or array

Actifsource code generator for any programming language
Release: Actifsource V10.12.0

CodeSnippets now support context specific tokens.

Example: ControllerA consists of variableFromControllerA and functionFromController A:

6739 1 CodeSnippetModel

It is now possible to access only variables from controller A in the function from controller A:

6739 2 CodeSnippet

Just set isContextRoot to true to enable this feature:

6739 3 CodeSnippetDefinition