Skip to content

Commit 881b6c8

Browse files
author
Bago Amirbekian
committed
Include signature in completions.
1 parent fc51ba4 commit 881b6c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ipykernel/ipkernel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@ def _experimental_do_complete(self, code, cursor_pos):
452452
end=comp.end,
453453
text=comp.text,
454454
type=comp.type,
455+
signature=comp.signature,
455456
)
456457
)
457458

0 commit comments

Comments
 (0)