Wumpf / IncludeToolbox

Visual Studio extension to format, prune, and inspect include directives.
https://marketplace.visualstudio.com/items?itemName=Wumpf.IncludeToolbox
MIT License
51 stars 22 forks source link

File name not printed if `#include` starts with "../" #64

Open geometrian opened 5 years ago

geometrian commented 5 years ago

Under some circumstances, the file name is not printed (as far as I can tell, this is when it starts with "../"):

relbug

As you can see, in this simple example, both "args.hpp" and "macros.hpp" are resolved and can be expanded, but the filename is not printed in the latter case.