aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/completion/presentation.rs
Commit message (Collapse)AuthorAgeFilesLines
* Skip self param when completing methodsAleksey Kladov2020-03-041-13/+45
|
* Support function's completion snippetAvishay Matayev2020-03-041-13/+21
| | | | | | | Note that `detail` was replced with `function_signature` to avoid calling `from` on FunctionSignature twice. I didn't add new tests because the current ones seem enough.
* Fix completion snippet for reexported functionsFlorian Diebold2020-03-031-4/+3
| | | | Fixes #3356.
* 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