Good morning everyone,
How can I Uncomment a block of code in Pyscripter?
Also is thereĀ any option in Pyscripter that checks the module similar to the one in IDLE "Check Module"?
Thanks
Highlight commented code and then press and hold ctrl as you press the " on your keyboard.
As long as you import arcpy, a popup should display showing the required parameters for the geoprocessing tool as you type.
In PyScripter to comment a block you can use the following keyboard shortcut: ctrl + " (press and hold ctrl as you press the " on your keyboard).
To uncomment a block you simply highlight your commented block of code and use the same keyboard shortcut listed above.
AsĀ long as you import arcpy, you should see module information as you type. This is a nice feature because it allows you to view the required parameters to the geoprocessing tools being used.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.