aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/handlers/replace_qualified_name_with_use.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix import insertion breaking nested modulesLukas Wirth2020-09-031-9/+11
|
* Fix inserting imports in front of inner attributesLukas Wirth2020-09-031-2/+3
|
* Replace insert_use_statement with the new insert_useLukas Wirth2020-09-031-32/+33
|
* Don't expose hir::Path out of hirAleksey Kladov2020-08-151-29/+21
| | | | | | | | | | | | | | Conjecture: it's impossible to use hir::Path *correctly* from an IDE. I am not entirely sure about this, and we might need to add it back at some point, but I have to arguments that convince me that we probably won't: * `hir::Path` has to know about hygiene, which an IDE can't set up properly. * `hir::Path` lacks identity, but you actually have to know identity to resolve it correctly
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-0/+688