Show More
@@ -351,6 +351,16 b' Message type: ``complete_request``::' | |||||
351 | # make decisions that may require information about more than just the |
|
351 | # make decisions that may require information about more than just the | |
352 | # current word. |
|
352 | # current word. | |
353 | 'line' : str, |
|
353 | 'line' : str, | |
|
354 | ||||
|
355 | # The entire block of text where the line is. This may be useful in the | |||
|
356 | # case of multiline completions where more context may be needed. Note: if | |||
|
357 | # in practice this field proves unnecessary, remove it to lighten the | |||
|
358 | # messages. | |||
|
359 | ||||
|
360 | 'block' : str, | |||
|
361 | ||||
|
362 | # The position of the cursor where the user hit 'TAB' on the line. | |||
|
363 | 'cursor_pos' : int, | |||
354 | } |
|
364 | } | |
355 |
|
365 | |||
356 | Message type: ``complete_reply``:: |
|
366 | Message type: ``complete_reply``:: |
General Comments 0
You need to be logged in to leave comments.
Login now