about summary refs log tree commit diff
path: root/crates/ide/src/folding_ranges.rs
AgeCommit message (Expand)AuthorLines
2022-06-18feat: add fold range for multi line match arm listharpsword-0/+47
2022-04-25Re-export `FxHashMap` and `FxHashSet` from `ide_db`Lukas Wirth-3/+1
2022-03-06internal: Re-arrange ide_db modulesLukas Wirth-1/+1
2021-09-27Rename `*Owner` traits to `Has*`Lukas Wirth-1/+1
2021-09-26Remove inherent methods from ast node that carry semantic meaningLukas Wirth-1/+2
2021-07-15Folding ranges respect item visibilitiesLukas Wirth-86/+75
2021-07-15Add nested region folding testLukas Wirth-27/+32
2021-07-15Don't fold consecutive modules with item listsLukas Wirth-20/+26
2021-05-28Test for correct amount of emitted foldsAyomide Bamidele-0/+2
2021-05-28Folding range for return typesAyomide Bamidele-0/+15
2021-05-22Add more docsAleksey Kladov-2/+4
2021-05-05remove unneeded `visited_where_clauses`m5tfi-11/+3
2021-04-30add folding for where clausesm5tfi-0/+53
2021-04-08Emit folding ranges for multiline array literalsLukas Wirth-0/+17
2021-03-29formatting fixAyomide Bamidele-1/+1
2021-03-29Folding range for staticsAyomide Bamidele-0/+7
2021-03-29Folding range for constsAyomide Bamidele-0/+8
2021-03-29New FoldKinds - Consts, StaticsAyomide Bamidele-1/+5
2021-03-29Test cases for folding consts and staticsAyomide Bamidele-0/+20
2021-02-13removed logging stuffLuciano Bestia-7/+0
2021-02-13Update crates/ide/src/folding_ranges.rsLuciano-2/+2
2021-02-05simple comparison instead of regexLuciano Bestia-21/+7
2021-01-18added region foldingLuciano Bestia-8/+68
2020-12-04Use items can also have doc commentsLukas Wirth-7/+6
2020-08-13Rename ra_ide -> ideAleksey Kladov-0/+422