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.
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章