mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
produce code completions at the caret's position
This commit is contained in:
parent
0bd1c24b94
commit
7317db025b
7 changed files with 122 additions and 27 deletions
|
@ -166,7 +166,7 @@ def getCallTipJava(command='', locals=None):
|
|||
for args in object.argslist:
|
||||
if args is not None:
|
||||
# for now
|
||||
tipList.append(str(args.data))
|
||||
tipList.append(str(args.method))
|
||||
# elif callable(object):
|
||||
# argspec = str(object.__call__)
|
||||
# # these don't seem to be very accurate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue