Add setting to disable completion docs

This commit is contained in:
Julia 2023-10-12 22:08:47 -04:00
parent 1c3ecc4ad2
commit ec4391b88e
3 changed files with 27 additions and 2 deletions

View file

@ -50,6 +50,9 @@
// Whether to pop the completions menu while typing in an editor without
// explicitly requesting it.
"show_completions_on_input": true,
// Whether to display inline and alongside documentation for items in the
// completions menu
"show_completion_documentation": true,
// Whether to show wrap guides in the editor. Setting this to true will
// show a guide at the 'preferred_line_length' value if softwrap is set to
// 'preferred_line_length', and will show any additional guides as specified