Skip to content

LokqlDx ‐ Autocomplete

tbui17 edited this page Apr 27, 2025 · 5 revisions

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

image

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.

Animation

Table names

Press the '[' key to obtain a list of available tables.

image

Column names

Press the '@' key in a block that already contains a table name to obtain a list of column-names for that table.

image

KQL operators

Pressing the '|' (pipe) key will pop up a list of operators

image

KQL functions

Pressing the '?' key will pop up a list of functions

image

KQL settings

After settings are populated (i.e. by the set command), pressing the $ key will pop up a list of settings.

image

Clone this wiki locally