mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-23 06:05:45 +00:00
Add autocomplete for python help entry
This commit is contained in:
@@ -2143,6 +2143,8 @@ class PyReflector:
|
||||
prefix_filter = node.id
|
||||
while curscope is not None:
|
||||
for k, v in curscope.identifiers.items():
|
||||
if k.startswith('_renderdoc'):
|
||||
continue
|
||||
if any([x.line <= line for x in v]):
|
||||
ret.append(k)
|
||||
curscope = curscope.parent
|
||||
|
||||
Reference in New Issue
Block a user