On Tue, Sep 15, 2020 at 6:55 PM Jean-Yves Avenard <jyaven...@mozilla.com> wrote:
> This broke several features for me (and I use VSCode all the time). One in > particular was the inability to switch between code and header (Ctrl-K > Ctrl-O). > clangd supports this, but it's under a custom command name (as it's not part of the Language Server Protocol). If you go to Keyboard Shortcuts, and search for the command "clangd.switchheadersource", you can bind your preferred shortcut to it. > Finding symbol definition broke under many cases too. > This is one we'd have to examine on a case-by-case basis. Some of them may be upstream issues in clangd, but some may be issues in our setup (e.g. related to unified builds). Andi, do you have a suggestion for how to track these? Should we encourage people to file Bugzilla tickets for them, which we can then triage (and if appropriate, we can file upstream clangd issues)? Cheers, Botond _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform