Skip to content

Commit

Permalink
Close Document how to disable parameter hints #581
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer committed Jan 18, 2025
1 parent 2861934 commit 3a806f9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/settings.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AHK++ settings reference
# AHK++ settings

AHK++ has a lot of configuration options, and they can be hard to understand
within VS Code's default settings editor. This page covers every setting in
Expand All @@ -12,6 +12,8 @@ For advanced users, all settings can be found in
in [package.nls.json](../package.nls.json). This page aggregates all that
information while removing the fluff :)

## AHK++ settings reference

All settings, alphabetically by section ID:

<!-- Values are user-facing from VS Code's settings editor, hence `v1: File` instead of `v1.file`. Note that users do see camelCase property names ! -->
Expand Down Expand Up @@ -106,3 +108,13 @@ Note 4: Possible values of v2: General `librarySuggestions`:
- Local
- User and Standard
- All

## Other IDE settings

It's always good to explore your IDE! There are a million settings to learn,
here are some VS Code favorites picked by the community:

- `editor.parameterHints.enabled`: Whether to show a pop-up that shows
parameter documentation and type information as you type.
- `editor.hover.enabled`: Whether the hover is shown. The hover suggests
autocompletion for symbol names.

0 comments on commit 3a806f9

Please sign in to comment.