You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/autocomplete.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ The auto-complete plugin is in charge of providing suggestions for code-completi
6
6
7
7
***max_label_characters**: Maximum characters displayed in the suggestion box.
8
8
***suggestions_syntax_highlight**: Enables/disables syntax highlighting in suggestions.
9
+
***max_signature_helper_width**: The maximum width in stylesheet length of the signature helper (default value: "90%").
10
+
***max_suggestion_documentation_width**: The maximum width in stylesheet length of the currently selected suggestion item documentation (default value: "100%").
11
+
***signature_help_multi_line**: Enables the signature help to be rendered in multiple lines if needed (wraps text), otherwise it will render in a single line and ensure the current parameter is visible.
12
+
***suggestion_documentation**: Enables the suggestion item documentation.
|`background`| background color of editor area |`--back`, `--tab-active`, `--term-back-color`|||
21
-
|`widget_background`| background for panels and widgets that may spawn inside the editor |`--list-back`, `--list-row-active`, `--menu-back`, `--menu-font-active`|`gutter_background`||
21
+
|`widget_background`| background for panels and widgets that may spawn inside the editor |`--list-back`, `--menu-back`, `--menu-font-active`|`gutter_background`||
22
22
|`gutter_background`| background for gutter area (contains line numbers) ||`background`||
23
23
|`text`| text/code color for default visual text in the editor |`--font`, `--term-font-color`, `--icon-line-hover`, `--menu-font`|||
24
24
|`caret`| caret color (blinking cursor) ||||
@@ -44,10 +44,12 @@ The following keys are valid for the default set of syntax highlighting options
44
44
|`error`| color of message and wavy underline in error feedback (lsp, lint, ...) |`--tab-close-hover`, `--icon-back-alert`, `--theme-error`|||
45
45
|`warning`| color of message and wavy underline in warnings |`--theme-warning`|||
46
46
|`notice`| color of message in informative notices ||||
47
-
|`normal`| all canonical text/default code in code files (identifiers, variables, ...) ||||
48
-
|`symbol`|operators, separators, symbols, punctuation in code |`--icon`|`normal`||
47
+
|`normal`| all canonical text/default code in code files (identifiers, variables, ...) |`--icon`|||
48
+
|`symbol`|currently not used, most probably will be deprecated||||
0 commit comments