It would be nice to be able to right click on a TU in the tree and have it open in whatever program supports the source file, assuming it's actually configured. This would save a lot of time navigating the filesystem if, for example, a specific TU errors when being built by objdiff and needs changes to make it compile.
From a quick glance, this would require editor-specific integrations, but VSCode at the very least supports a URI to open specific files, so it should theoretically be possible just with the root directory and the path to the source file?
It would be nice to be able to right click on a TU in the tree and have it open in whatever program supports the source file, assuming it's actually configured. This would save a lot of time navigating the filesystem if, for example, a specific TU errors when being built by objdiff and needs changes to make it compile.
From a quick glance, this would require editor-specific integrations, but VSCode at the very least supports a URI to open specific files, so it should theoretically be possible just with the root directory and the path to the source file?