From d51939d20b41908aea4c05ce2cdbf410b7131cc5 Mon Sep 17 00:00:00 2001 From: Daniel Otykier Date: Sat, 2 Nov 2024 10:48:23 +0100 Subject: [PATCH] Update code-actions.md --- te3/features/code-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/te3/features/code-actions.md b/te3/features/code-actions.md index 6ed92d89..ae6ebac8 100644 --- a/te3/features/code-actions.md +++ b/te3/features/code-actions.md @@ -64,7 +64,7 @@ In the screenshot below, for example, the **Prefix variable with '_'** action ca ## List of Code Actions -The table below lists all currently available Code Actions. By default, all of those are enabled, but you can toggle off individual actions through the **Tools > Preferences** dialog, under **Text Editors > DAX Editor > Code Actions**. Some Code Actions also has additional configuration options, such as which prefix to use for variable names. +The table below lists all currently available Code Actions. You can toggle off Code ACtions in the **Tools > Preferences** dialog, under **Text Editors > DAX Editor > Code Actions** (a future update will let you toggle individual actions for a more customized experience). Some Code Actions also has additional configuration options, such as which prefix to use for variable names. ### Improvements