Anders H
Anders H
On my previous laptop it worked. I suspect there's some conflict with the C/C++ Tools that seems to have its own implementation of this feature but I can't get either...
> @AndersHogqvist tried right now, it works [#22 (comment)](https://github.com/cschlosser/doxdocgen/issues/22#issuecomment-337553777) Indeed! Thank you. However, I believe this extension is supposed to provide this feature as well. I have clangd and tried...
I had the exact same issue when trying out the SpaceTraders API. I managed to solve it by changing `using System = global::System;` to `using gSystem = global::System;` and then...