aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/completion/presentation.rs
Commit message (Expand)AuthorAgeFilesLines
* Don't use generic DB where a concrete one will doAleksey Kladov2020-03-131-3/+6
* Fix completion of HashMap::newFlorian Diebold2020-03-131-2/+4
* Fix completion testsAleksey Kladov2020-03-121-0/+7
* Introduce completion test utilsAleksey Kladov2020-03-111-2/+2
* Add a test for disabled argument snippetsAleksey Kladov2020-03-111-2/+46
* Pull completion options up to the rust-analyzerAleksey Kladov2020-03-101-4/+1
* Introduce CompletionOptionsAleksey Kladov2020-03-101-9/+2
* Don't creat public APIs with typosAleksey Kladov2020-03-061-1/+1
* Trigger parameter info automaticallyAleksey Kladov2020-03-061-0/+1
* Feature flag for arg snippetsAleksey Kladov2020-03-061-4/+13
* Fix comment orderAleksey Kladov2020-03-061-2/+2
* Skip self param when completing methodsAleksey Kladov2020-03-041-13/+45
* Support function's completion snippetAvishay Matayev2020-03-041-13/+21
* Fix completion snippet for reexported functionsFlorian Diebold2020-03-031-4/+3
* CleanupShotaro Yamada2020-02-191-5/+1
* add space before/after wrapping bracesadamrk2020-02-161-2/+2
* show names for record fields in enum completionadamrk2020-02-161-6/+95
* Use Name::missing consistentlyAleksey Kladov2019-11-271-4/+1
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-0/+676