aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/expand.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix expand macroEdwin Cheng2019-11-201-1/+1
|
* Rename with_ast -> with_valueAleksey Kladov2019-11-201-2/+2
|
* Rename Source::ast -> Source::valueAleksey Kladov2019-11-201-7/+11
|
* Token-based reverse-mappingAleksey Kladov2019-11-181-8/+25
|
* Add ra_ide_api::expandAleksey Kladov2019-11-181-0/+42
This module should handle all tricky bits with mapping macro-expanded HirFileId to original files the user actually can see in the editor