Add per-language settings show_completions_on_input
and show_completion_documentation
(#21722)
Release Notes: - Added `show_completions_on_input` and `show_completion_documentation` per-language settings. These settings were available before, but were not configurable per-language.
This commit is contained in:
parent
b7edf31170
commit
a5355e92e3
5 changed files with 44 additions and 29 deletions
|
@ -56,6 +56,8 @@ You can customize a wide range of settings for each language, including:
|
|||
- [`hard_tabs`](./configuring-zed.md#hard-tabs): Use tabs instead of spaces for indentation
|
||||
- [`preferred_line_length`](./configuring-zed.md#preferred-line-length): The recommended maximum line length
|
||||
- [`soft_wrap`](./configuring-zed.md#soft-wrap): How to wrap long lines of code
|
||||
- [`show_completions_on_input`](./configuring-zed.md#show-completions-on-input): Whether or not to show completions as you type
|
||||
- [`show_completion_documentation`](./configuring-zed.md#show-completion-documentation): Whether to display inline and alongside documentation for items in the completions menu
|
||||
|
||||
These settings allow you to maintain specific coding styles across different languages and projects.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue