aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/completion/complete_postfix.rs
Commit message (Collapse)AuthorAgeFilesLines
* Introduce completion test utilsAleksey Kladov2020-03-111-1/+1
|
* Introduce CompletionOptionsAleksey Kladov2020-03-101-1/+1
|
* Fix range for postfix snippetsFlorian Diebold2020-03-071-2/+63
|
* Refactor primary IDE APIAleksey Kladov2020-02-261-1/+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.
* Clippy lintskjeremy2019-12-201-1/+1
|
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-0/+282