Commit 6b4af4e
committed
Improve code completion performance (
When there are many completions, compute the width of the "meta" column in the
completion menu based on the first 200 completions, otherwise this can be very
slow.CompletionsMenuControl)1 parent 94d5d6e commit 6b4af4e
File tree
1 file changed
+7
-3
lines changed- src/prompt_toolkit/layout
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | | - | |
169 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
170 | 174 | | |
171 | 175 | | |
172 | 176 | | |
| |||
0 commit comments