about summary refs log tree commit diff
path: root/crates/ide/src/goto_declaration.rs
AgeCommit message (Expand)AuthorLines
2022-05-27minor: Freshen up goto feature docsLukas Wirth-0/+3
2022-03-05fix: Recognize `Self` as a proper keywordLukas Wirth-1/+1
2021-11-11internal: Flatten `Definition::ModuleDef` variantLukas Wirth-1/+1
2021-10-26fix: make `goto_declaration` multi-token mapping awareAnatol Ulrich-22/+29
2021-10-14a few clippy fixesMilo-1/+1
2021-10-12Saw a FIXME comment and decided to fix it.Mirko Rainer-1/+1
2021-07-11Return both field and local references for shorthands in goto_defLukas Wirth-14/+22
2021-07-11Inline name classification reference callsLukas Wirth-5/+8
2021-07-11Explicitly check for reference locals or fields in Name classificationLukas Wirth-2/+2
2021-07-11internal: remove one more needless extern crateAleksey Kladov-1/+1
2021-07-11internal: remove unused paramAleksey Kladov-1/+1
2021-06-24move goto_declaration fall back into handlersLukas Wirth-40/+24
2021-06-22Implement goto_declaration supportLukas Wirth-0/+107