Add ra_ide_api::expand

This module should handle all tricky bits with mapping macro-expanded
HirFileId to original files the user actually can see in the editor
This commit is contained in:
Aleksey Kladov 2019-11-18 14:23:24 +03:00
parent 6d8ca870b3
commit 9fcd98e956
4 changed files with 69 additions and 55 deletions

View file

@ -41,6 +41,7 @@ mod matching_brace;
mod display;
mod inlay_hints;
mod wasm_shims;
mod expand;
#[cfg(test)]
mod marks;