Skip to content

Commit

Permalink
Fix the completion of include_function_objects (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
llan-ml authored Nov 30, 2022
1 parent 789c2a6 commit c3b362e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pylsp/plugins/jedi_completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ def pylsp_completions(config, document, position):
if c.type == 'function':
completion_dict = _format_completion(
c,
False,
markup_kind=preferred_markup_kind,
include_params=False,
resolve=resolve_eagerly,
resolve_label_or_snippet=(i < max_to_resolve)
)
Expand Down

0 comments on commit c3b362e

Please sign in to comment.