Skip to content
Snippets Groups Projects
  • Harry Saunders's avatar
    c7fd91c0
    Make jedi completions optional in CodeCompleter · c7fd91c0
    Harry Saunders authored
    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 '_'.
    c7fd91c0
    History
    Make jedi completions optional in CodeCompleter
    Harry Saunders authored
    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 '_'.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.