I cannot get intellisense to work with ArcPy's newer syntax style in Pycharm 2021.3.2 (Community Edition). What's odd is that the older-style syntax DOES work: arcpy.CreateFileGDB_management()
However, this does not: arcpy.management.CreateFileGDB()
To be clear, the code runs fine with the newer style. My interpreter is configured to point to ArcGIS Pro's Anaconda distribution (Python 3.7).
My assumption here is that PyCharm is somehow reading from the ArcGIS Desktop (Python 2.7) documentation, which is also installed on my system, but I can't find any references to that interpreter within PyCharm.
Any help would be greatly appreciated!