intellisense in pyscripter

544
1
09-23-2011 10:22 AM
VuDang1
New Contributor
Pyscripter intellisense is working but not as well as the arcmap python windows.

for example

arcpy. will offer env

but

arcpy.env. will not offer workspace

Has anyone figure out how to get pyscripter intellisense to work the same as arcmap python window?

Thanks,
Vu
Tags (2)
0 Kudos
1 Reply
JasonScheirer
Occasional Contributor III
Not all intellisense will work. In this case, the list of environments is generated at runtime so you won't get them as a dropdown. Nearly everything else should work though. You may want to use an interactive prompt like Idle or the Python window in ArcMap for these instances.
0 Kudos