https://bugs.kde.org/show_bug.cgi?id=473425

--- Comment #4 from Ahmad Samir <a.samir...@gmail.com> ---
(In reply to Waqar Ahmed from comment #3)
> clangd provides AST in an xml like format which you can use to get more info
> about the current file and maybe do some extra operations on it. Maybe
> that's how qtcreator is able to achieve this. But afair, qtcreator has a
> third cplusplus backend based on a small c++ parser so maybe it's using that.
> 
> For the issue itself, I generally use search plugin and it works nicely for
> finding refs even in SIGNAL()/SLOT() macros or
> QMetaObject::invokeMethod("stringMethod") stuff.

Yeah, same here I use the search plugin; but sometimes while refactoring code I
might forget, or the code supports multiple platforms with the help of #ifdefS,
so I want to only see the parts relevant to Linux ...etc.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to