enableSuggestions property

bool enableSuggestions
final

Whether to enable suggestions in the CodeCrafter widget. Defaults to true. Not AI suggestions, but the suggestions from LSP or based on the text in the editor.

Implementation

final bool enableSuggestions;