You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today I tried to use RTags to index a big C++ project on macOS and have a strange problem - the rtags-find-symbol-at-point function works perfectly in header (*.h) files and doesn't work in the source (*.cpp) files. Data in the ~/.cache/rtags looks correct. Then I tried to use RTags for demo project and it works fine. How can I debug this problem?
Software
macOS Big Sur 11.2
LLVM 12.0.5
RTags 2.38 (installed by the brew install rtags command)
GNU Emacs 27.2
If you need any additional information, please write in comments.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
RTags doesn't index C++ source files on MacOS
RTags doesn't index C++ source files on macOS
May 12, 2021
ghost
changed the title
RTags doesn't index C++ source files on macOS
A problem with "rtags-find-symbol-at-point" on macOS
May 13, 2021
The problem
Today I tried to use RTags to index a big C++ project on macOS and have a strange problem - the
rtags-find-symbol-at-point
function works perfectly in header (*.h
) files and doesn't work in the source (*.cpp
) files. Data in the~/.cache/rtags
looks correct. Then I tried to use RTags for demo project and it works fine. How can I debug this problem?Software
brew install rtags
command)If you need any additional information, please write in comments.
The text was updated successfully, but these errors were encountered: