b656751536
9380: feat: Implement goto_declaration support r=matklad a=Veykril This is just a simple implementation that falls back to `goto_definition` for everything but modules where it goes to the actual module declaration if possible. Co-authored-by: Lukas Wirth <lukastw97@gmail.com>