I thought I’d share a fix I just found for this problem I’ve had for years now where CMD-Click to jump to definition in Xcode is super slow and unreliable.
I followed the steps in this article, and now it seems fine again!
Will update if I encounter issues again. And let me know if you’ve had the same issue, and if you’ve fixed it some other way.
Yes, thank you for sharing. This has been a huge problem for me on Xcode, it was running so slow. Though my solution was to switch to Visual Studio Code
Thanks for the guide. Can you please share the IntelliSense Configurations ?
Autocompletions doesn’t works for me and I get errors messages: Cannot find: /usr/local/bin/gcc-8
I deleted the error lines or updated the path to gcc.
There are a few pesky error squiggles around, but the app compiles for me. Would love to figure out how to configure the cpp extension without errors. This is the c_cpp_properties.json file I have. c_cpp_properties.json.zip (1.4 KB)