tabToAutoCompleteCommand top-level property

CommandShortcutEvent tabToAutoCompleteCommand
final

Auto complete the current block

  • support
    • desktop
    • web

Implementation

final CommandShortcutEvent tabToAutoCompleteCommand = CommandShortcutEvent(
  key: 'tab to auto complete',
  getDescription: () => 'Tab to auto complete',
  command: 'tab',
  handler: _tabToAutoCompleteCommandHandler,
);