I'm currently using Python to automate some geoprocessing in ArcGIS Pro.
When editing code in the python window, I would like it to auto-complete the file names. For example, if I wish to dissolve "Canada.shp" I should be able to type "Ca" and hit tab for it automatically complete to "Canada.shp".~
This is a feature I'm used to in R and would like to know if it can be replicated in ArcPy.