about summary refs log tree commit diff
path: root/crates/ide/src/move_item.rs
AgeCommit message (Collapse)AuthorLines
2021-10-16more clippy fixesMilo-7/+4
2021-07-30Fix move_item test fixture indentationsLukas Wirth-176/+176
2021-07-29Attach comma token to MATCH_ARM instead of MATCH_ARM_LISTLukas Wirth-20/+20
2021-06-22Factor out `pick_best_token` ide pattern into `ide_db`Lukas Wirth-18/+10
2021-04-14Move cursor position when using item moversJonas Schievink-32/+68
2021-03-31Merge #8267bors[bot]-0/+2
8267: Adding gifs and screenshots for features in manual r=matklad a=MozarellaMan For #6539 This includes most of gif or screenshot examples of most items in the "Features" header. With the exceptions of: - **On Typing Assists** - couldn't get it to work for a demo, I'm probably missing something? - **Structural search and replace** - looked to be already a visual example of the feature - **Workspace symbol** - wasn't sure how best to show this, all of the examples maybe? Also wasn't sure of the best code example to show it off - **Semantic Syntax Highlighting** - seemed obvious enough to not need a screenshot, but I could easily add this All the gifs/pngs are hosted in this [comment](https://github.com/rust-analyzer/rust-analyzer/issues/6539#issuecomment-809574840). Please let me know if any of them aren't suitable (and why) and I'll improve it! Or if you don't like the theme/font Co-authored-by: Ayomide Bamidele <48062697+MozarellaMan@users.noreply.github.com>
2021-03-31Gifs and screenshots for features in manualAyomide Bamidele-0/+2
2021-03-30Fix code styleivan770-0/+1
2021-03-30Improved node lookup algorithm, added more movable nodesivan770-13/+254
2021-03-27Unleash macro 2.0 in hightlight and moreEdwin Cheng-0/+1
2021-03-19Remove needless lifetimeivan770-1/+1
2021-03-19Added more movable listsivan770-1/+95
2021-03-19Added arglist moverivan770-12/+102
2021-03-18Remove prioritization, add more movable itemsivan770-60/+124
2021-03-18Fix code after rowan version bumpivan770-1/+1
2021-03-18Remove movable array, improve client codeivan770-28/+8
2021-03-18Item up and down moversivan770-0/+392