srcds-autocomplete icon indicating copy to clipboard operation
srcds-autocomplete copied to clipboard

Command-line tab-completion for the SRCDS

SRCDS command-line autocompletion

Command-line tab-completion for the SRCDS

Shows matching commands in the command-line on <tab> or suggests valid arguments for a command, if the command supports it (try changelevel <tab>).

Installation

  • Copy the extension .dll/.so into sourcemod/extensions
  • Copy autocomplete.games.txt into sourcemod/gamedata
  • Create an autocomplete.autoload next to the extension in the sourcemod/extensions folder.

Credits

  • Didrole - ModuleScanner library and access to his SourceCurses code