View.enableSnippets

bool enableSnippets() @property

Get enableSnippets property.

Returns

The property denotes if snippets should be

expanded when the user presses Tab after having typed a word matching the snippets found in class@SnippetManager.

The user may tab through focus-positions of the snippet if any are available by pressing Tab repeatedly until the desired focus position is selected.

void enableSnippets(bool propval) @property

Set enableSnippets property.

Parameters

propvalThe property denotes if snippets should be expanded when the user presses Tab after having typed a word matching the snippets found in class@SnippetManager. The user may tab through focus-positions of the snippet if any are available by pressing Tab repeatedly until the desired focus position is selected.