Skip to content

Commit 4a7793c

Browse files
committed
Update the auto-complete.md doc with the new features
1 parent bff8292 commit 4a7793c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/auto-complete.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,16 @@ In both options you can provide custom layout and custom tokenizer if you need t
4242

4343
```
4444
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);
4557
```

0 commit comments

Comments
 (0)