unreal-python-howtos

Intellisense(how to autocomplete)

I strongly recommend pycharm for python development, and it's very easy to enable unreal python's autocomplete in pycharm.

  1. Go to File->Settings->Python Interpreter
  2. Include python stub in the lib.
  3. Go to Help->Edit Custom Properties, add idea.max.intellisense.filesize=999999 in the configuration file, which makes pycharm intellisense can scan big size's files.
  4. Restart pycharm.
原文地址:https://www.cnblogs.com/trav/p/13396723.html