Emacs Objective-C tagging with RTags

from blog lmno.lol @alvaro, | ↗ original
Install libclang on Mac brew install llvm --with-clang Install RTags git clone --recursive https://github.com/Andersbakken/rtags.git cd rtags cmake -DCMAKE_PREFIX_PATH=/Users/your-user-name/homebrew/opt/llvm -DCMAKE_EXPORT_COMPILE_COMMANDS=1 . make Start RTags daemon path/to/rtags/bin/rdm 2> /tmp/rdm.log Compilation database Install xctool brew...