idacode icon indicating copy to clipboard operation
idacode copied to clipboard

IDACode does'nt analyze Var type

Open orenbenya1 opened this issue 5 years ago • 1 comments

for example : pfn = ida_funcs.get_fchunk(ea) idacode doesn't analyze that pfn is type of: ida_funcs.func_t, to fix it manually I can change the code to: pfn: ida_funcs.func_t = ida_funcs.get_fchunk(ea) is there any other way to do it automatically and not like this? I need this for the auto-completion

thank you very much :)

orenbenya1 avatar Jan 08 '21 07:01 orenbenya1

did you create the .env file?

ioncodes avatar Jan 31 '21 18:01 ioncodes