Hello,
I am currently developing some new Tweaks (FixIts, Refactoring functions or whatever you wanna call them) in clangd. I am trying to develop a multi-file tweak, but it seems that from Tweak::Selection I can only get the AST of the current main file. Is there a way to get the AST of other files inside of a Tweak::apply() implementation? I found the location of my symbols in other files with locateSymbolAt(), but I need more information about that symbol.
Thanks
Mirko