Hello everyone.
I don’t have autocompletion in project with full source code. Can somebody explain, what I’m doing wrong?
Here’s what i did:
-
Forked engine at github, cloned it, downloaded required dependencies (excluding optional), generated project files.
-
Opened project with xcode, waited for indexing, then built editor with “UE4Editor - Mac” target.
-
Created new project (blank, without example assets) in custom directory (neither engine root, nor “Documents” folder).
-
Created new class, derived from AActor (via “Add code to project”).
-
Opened my project in xcode, waited for another indexing. Still no autocompletion and jump to definition (even on my new class and it’s own fields). “Jump to definition” on AActor shows “Symbol not found” message. Same with “UE4XcodeHelper” target selected.
-
Built project with “MyProjectNameEditor - Mac” target. It took some time (whole engine was rebuilt I think). Then relaunched xcode. Still looks sad.
Code completion feature in prefs, of course, is enabled.
Thanks, and sorry for my poor english.