aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/completion.rs
Commit message (Collapse)AuthorAgeFilesLines
* Refactor primary IDE APIAleksey Kladov2020-02-261-3/+1
| | | | | | | | | | This introduces the new type -- Semantics. Semantics maps SyntaxNodes to various semantic info, such as type, name resolution or macro expansions. To do so, Semantics maintains a HashMap which maps every node it saw to the file from which the node originated. This is enough to get all the necessary hir bits just from syntax.
* Added a utility function that can be used to determine the missing impl items.Kevin DeLorey2020-02-091-1/+1
|
* Merge branch 'master' into kdelorey/complete-trait-implKevin DeLorey2020-02-091-2/+3
|\
| * cleanup importsAleksey Kladov2020-02-061-2/+3
| |
* | Renamed the trait completion mod.Kevin DeLorey2020-01-231-2/+2
| |
* | Added basic support for completing `fn` for trait impl.Kevin DeLorey2020-01-231-0/+3
|/
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-0/+77