Open linusheck opened 1 week ago
I don't know whether https://github.com/moves-rwth/storm/pull/602 solves it, but it may.
I think the underlying issue is that we export all header files into build/include
. I have similar issues when following the includes in e.g. CLion.
This might indeed be resolved after Sebastian's PR (...or not).
I actually don't want to do this export during builds anymore, but that is not yet part of the PR.
If I start clangd on the automatically generated compile_commands.json and goto a definition, it will put me into
instead of
even though the include file is not mentioned in compile_commands.json. Sadly, we cannot find anyone else experiencing this issue anywhere on the internet.