Skip to content

LokqlDx ‐ Running queries and commands

NeilMacMullen edited this page Jan 18, 2025 · 2 revisions

Pressing SHIFT-ENTER in the query-editor will run the block of text that surrounds the curson.

For example, in this screenshot, positing the cursor anywhere inside the KQL query will cause the entire query to be executed but the .load operation will not be run

image

However, if the blank lines between the commands and query are removed, pressing SHIFT-ENTER will cause the .load command to be run following by executing the KQL query and then the .save command

image

The same effect can be obtained by selecting the entire block of text, including blank lines, and pressing SHIFT-ENTER

image