AppCode keeps adding 'funny' includes.. Follow
Hi there,
is it a known issue that AppCode keeps adding 'funny' includes to C++ files when performing refactorings, i.e. stuff like
#import <c++/4.2.1/bits/stl_algo.h>
It keeps doing that - mostly for STL includes - almost always and (that's what really annoys me) they're completely useless, i.e. the code compiled without any problem before and of course after removing the includes added by AppCode.
Is it something in my settings..?
Cheers,
Jay
Please sign in to leave a comment.
Could you please create an issue on our tracker with a sample project and steps required to reproduce the problem? Thanks.
Hmm - funny nobody else is seeing it;
It does it all the time for me when refactoring anything in C++ projects, generating methods only declared in the header, etc. -
basically as soon as AppCode rewrites anything in my code apart from simply renaming stuff.
Cheers,
Jay