Show More
@@ -576,9 +576,9 b' class Completer(Configurable):' | |||
|
576 | 576 | """ |
|
577 | 577 | ).tag(config=True) |
|
578 | 578 | |
|
579 |
use_jedi = Bool(default_value= |
|
|
579 | use_jedi = Bool(default_value=JEDI_INSTALLED, | |
|
580 | 580 | help="Experimental: Use Jedi to generate autocompletions. " |
|
581 |
" |
|
|
581 | "Default to True if jedi is installed.").tag(config=True) | |
|
582 | 582 | |
|
583 | 583 | jedi_compute_type_timeout = Int(default_value=400, |
|
584 | 584 | help="""Experimental: restrict time (in milliseconds) during which Jedi can compute types. |
General Comments 0
You need to be logged in to leave comments.
Login now