mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-03-21 21:20:22 -04:00
feat: Add settings for ignore space and tab in codecompletion char count
This commit is contained in:
@ -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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user