aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/extend_selection.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use text_range::extend_toEdwin Cheng2020-02-271-7/+1
|
* Skip trival token in original_rangeEdwin Cheng2020-02-261-17/+7
|
* Refactor primary IDE APIAleksey Kladov2020-02-261-28/+23
| | | | | | | | | | This introduces the new type -- Semantics. Semantics maps SyntaxNodes to various semantic info, such as type, name resolution or macro expansions. To do so, Semantics maintains a HashMap which maps every node it saw to the file from which the node originated. This is enough to get all the necessary hir bits just from syntax.
* SimplifyAleksey Kladov2020-02-251-11/+13
|
* Extend selection handles commas in tuple patsAleksey Kladov2020-02-191-0/+27
|
* cleanup importsAleksey Kladov2020-02-061-5/+7
|
* Some clippy lintskjeremy2020-01-131-1/+1
|
* Fix formatEdwin Cheng2020-01-121-5/+2
|
* Use prev_token and next_tokenEdwin Cheng2020-01-121-44/+47
|
* Use indices first and last instead of min-maxEdwin Cheng2020-01-121-3/+4
|
* Use first and last token onlyEdwin Cheng2020-01-121-35/+56
|
* Handle extend selection in recursive macroEdwin Cheng2020-01-121-27/+49
|
* Minor fixEdwin Cheng2020-01-121-5/+4
|
* Fix formattingEdwin Cheng2020-01-121-1/+1
|
* Supporting extend selection inside macro callsEdwin Cheng2020-01-121-14/+109
|
* Clippy lintskjeremy2019-12-201-1/+1
|
* Fixed #2250Gabriel Luo2019-12-111-12/+66
| | | | | Tuple in type annotation expands correctly; Expansion will prefer the following delimiter when possible. New regression tests added to verify the consistency between tuple expansion in type annotation and tuple expansion in rvalue.
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-0/+452