The clangd language server currently does not support the "Go to Definition" feature for import statements in C++20 modules. While it can successfully resolve #include directives and other symbols ...
When I press ctrl+shift+i, it says, imported { Home } from './home.js' on the status line, but all it actually does is delete all my other imports on the first line.