mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 23:34:45 +08:00
add automatically an opening bracket to a function and a dot to a module. also added settings to turn off this behaviour
This commit is contained in:
@@ -2,8 +2,17 @@
|
||||
# completion output settings
|
||||
# ----------------
|
||||
|
||||
# The completion is by default case insensitive.
|
||||
case_insensitive_completion = True
|
||||
|
||||
# Adds a dot after a module, because a module that is not accessed this way is
|
||||
# definitely not the normal case.
|
||||
add_dot_after_module = True
|
||||
|
||||
# Adds an opening bracket after a function, because that's normal behaviour.
|
||||
add_bracket_after_function = True
|
||||
|
||||
|
||||
# ----------------
|
||||
# dynamic stuff
|
||||
# ----------------
|
||||
|
||||
Reference in New Issue
Block a user