Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
Indexing too long
Permanently deleted user
Created
Can I change what is indexed? Since at the moment appCode is indexing many files that it doesn't need to and it takes so long. How can I optimize this indexing process?
In our Xcode we have the build (out) folder on the project root, since the project root is Xcode is not so much related to the structure of your actual project. That means in appCode I have the indexing of the build for plus tons of XML files which are irrelevant for the project. Unfortunatly as I am the only one in the team using appCode I cannot change those things. Maybe the scope mechanism can be used as basis for indexing
It normally indexes all files under project root, linked frameworks and those header files under HEADER_SEARCH_PATH.
A correction: AppCode also indexes all framework headers for all frameworks under current SDK.
In our Xcode we have the build (out) folder on the project root, since the project root is Xcode is not so much related to the structure of your actual project. That means in appCode I have the indexing of the build for plus tons of XML files which are irrelevant for the project. Unfortunatly as I am the only one in the team using appCode I cannot change those things. Maybe the scope mechanism can be used as basis for indexing