mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-20003 Fixed: Breadcrumbs for Python files
Introduce PyBreadcrumbsInfoProvider which supports: classes and functions (incl. async) definitions, lambdas, try-except-else-finally, if-elif-else, for-else (incl. async), while-else, with and key-value statements
This commit is contained in:
committed by
Semyon Proshev
parent
f54070028a
commit
cde66f2f64
@@ -0,0 +1,3 @@
|
||||
async def foo():
|
||||
async for i in range(10):
|
||||
print(<caret>i)
|
||||
Reference in New Issue
Block a user