feat: Add settings for ignore space and tab in codecompletion char count

This commit is contained in:
Petr Mironychev
2025-11-20 17:37:00 +01:00
parent 1e3b1997cc
commit 90655cded4
4 changed files with 18 additions and 3 deletions

View File

@ -44,6 +44,7 @@ public:
Utils::IntegerAspect hintCharThreshold{this};
Utils::IntegerAspect hintHideTimeout{this};
Utils::SelectionAspect hintTriggerKey{this};
Utils::BoolAspect ignoreWhitespaceInCharCount{this};
Utils::StringListAspect customLanguages{this};