mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-18 11:35:57 +08:00
completions on jedi now don't run into almost endless loop anymore
This commit is contained in:
10
settings.py
10
settings.py
@@ -1,4 +1,14 @@
|
||||
# ----------------
|
||||
# global settings
|
||||
# ----------------
|
||||
|
||||
dynamic_arrays_instances = True
|
||||
dynamic_array_additions = True
|
||||
dynamic_params = True
|
||||
|
||||
# ----------------
|
||||
# internally used:
|
||||
# ----------------
|
||||
|
||||
# evaluation of +=, -=, /=, etc.
|
||||
evaluate_special_assignments = True
|
||||
|
||||
Reference in New Issue
Block a user