mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
completion works now also in docstrings
This commit is contained in:
@@ -165,3 +165,14 @@ def global_define():
|
||||
|
||||
#? int()
|
||||
global_var_in_func
|
||||
|
||||
# -----------------
|
||||
# within docstrs
|
||||
# -----------------
|
||||
|
||||
def a():
|
||||
"""
|
||||
#? ['global_define']
|
||||
global_define
|
||||
"""
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user