It would be nice if there was an "expand include" option.
For instance, if I have the following include:
#include "MessageLog.h"
I'd like to expand it to
#include "Logging/MessageLog.h"
VA already know the full path of the include (shown in the VA bar when the cursor is on the include).