LokqlDx ‐ Autocomplete - NeilMacMullen/kusto-loco GitHub Wiki
LokqlDx can autocomplete commands, table and column names, as well as KQL operators and functions.
Commands
Press the period ('.') key at the beginning of a line to bring up the list of available commands. Selecting a command will provide help text
Path Intellisense
With select commands that take a file path as input, a list of completion results will appear when an existing absolute path is typed after the command.
Table names
Press the '[' key to obtain a list of available tables.
Column names
Press the '@' key in a block that already contains a table name to obtain a list of column-names for that table.
KQL operators
Pressing the '|' (pipe) key will pop up a list of operators
KQL functions
Pressing the '?' key will pop up a list of functions
KQL settings
After settings are populated (i.e. by the set
command), pressing the $
key will pop up a list of settings.