Skip to content

Commit 6db32c0

Browse files
committed
doc(settings): add Map intelligence configuration options for enhanced completions
1 parent 650afe1 commit 6db32c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,10 @@ Configure the extension via `File → Preferences → Settings` or `Ctrl+,`, the
212212
| `autoit.enableParenTriggerForFunctions` | Use `(` to select function completion, add parens, and trigger signature help. Requires reload. | `true` |
213213
| **Code Authoring** | | |
214214
| `autoit.UDFCreator` | Author name for Insert Function Header command | `"Your Name"` |
215+
| **Map Intelligence** | | |
216+
| `autoit.maps.enableIntelligence` | Enable/disable Map completions | `true` |
217+
| `autoit.maps.includeDepth` | Max include depth for cross-file tracking | `3` |
218+
| `autoit.maps.showFunctionKeys` | Show keys added by functions | `true` |
215219

216220
</details>
217221

0 commit comments

Comments
 (0)