ViewGidBuilderImpl.enableSnippets

Set enableSnippets property.

class ViewGidBuilderImpl(T)
T
enableSnippets
(
bool propval
)

Parameters

propval bool

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.

Return Value

Type: T

Builder instance for fluent chaining