Setting up Autocomplete for Editor Python Scripting in UE5

hello,
I want to use Autocomplete for python - unreal module.

when I was using UE4, thin link is worked :

but in UE5, there is no PythonStub in project folder.
how can I use autocomplete?
please help

To get PythonStub you need to:

  1. enable python editor script plugin
  2. turn on developper mode in the project settings > Plugins - Python
  3. restart the project
  4. look for the stub in the intermediate>PythonStub folder
2 Likes

ā€œdevelopper modeā€ was the problem.

thanks for reply!