We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff8292 commit 4a7793cCopy full SHA for 4a7793c
1 file changed
docs/auto-complete.md
@@ -42,4 +42,16 @@ In both options you can provide custom layout and custom tokenizer if you need t
42
43
```
44
codeView.setAutoCompleteTokenizer(tokenizer);
45
+```
46
+
47
+You can limit the number of suggestions result in the auto complete dialog
48
49
50
+codeView.setMaxSuggestionsSize(maxSize);
51
52
53
+Set the auto complete list item size in dp to use it to calculate the full dialog size
54
55
56
+codeView.setAutoCompleteItemHeightInDp(50);
57
0 commit comments