Actifsource

#6936 Deactivate automatic linking within comments and strings

Actifsource code generator for any programming language
Within code snippets, the automatic linking to the model as soon as the name matches the resource can be activated by 'enableVariableAutoCompletion' feature.

6936 1 autoCompletion1

However, this feature should be disabled within string, single and multi-line comments.

6936 2 autoCompletion2

The definitions for String and Comments are taken directly from the Language definition.

6936 3 autoCompletion3