Skip to content
Snippets Groups Projects
Commit c7fd91c0 authored by Harry Saunders's avatar Harry Saunders
Browse files

Make jedi completions optional in CodeCompleter

jedi crashes when launched using PyCharm's debugger on Python 2. Having
jedi as optional means we can still use the debugger whilst we're not
using Python 3.

Only add functions/builtins from simple api if they are title case and
don not begin with a '_'.
parent 96c2165f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment