aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_editor/src/edit.rs
Commit message (Collapse)AuthorAgeFilesLines
* extract AtomEdit and Edit into new ra_text_edit crateBernardo2018-12-101-83/+0
|
* Improve 'introduce variable'Florian Diebold2018-12-021-1/+1
| | | | | | - make it possible to extract a prefix of an expression statement (e.g. <|>foo.bar()<|>.baz()) - don't turn the last expression in a block into a let statement
* Cargo FormatJeremy A. Kolb2018-10-161-7/+6
| | | | Run `cargo fmt` and ignore generated files
* switch editor to 2018Aleksey Kladov2018-10-151-1/+1
|
* rename all thingsAleksey Kladov2018-09-161-0/+84