aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/display/function_signature.rs
Commit message (Collapse)AuthorAgeFilesLines
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-215/+0
|
* Uniformalize namingAleksey Kladov2019-11-221-2/+2
|
* Rename Source::ast -> Source::valueAleksey Kladov2019-11-201-4/+4
|
* Primitive signature help for mbekjeremy2019-10-291-0/+22
|
* SigKind -> CallableKindkjeremy2019-10-291-10/+10
|
* Filter out non callable versions of Struct/EnumVariantkjeremy2019-10-281-29/+41
|
* Preliminary enum variant supportJeremy Kolb2019-10-281-1/+36
|
* Add disciminantJeremy Kolb2019-10-281-1/+13
|
* WIP: Expand signature helpJeremy Kolb2019-10-281-1/+28
| | | | This is hacky but works for tuple structs. Proof of concept.
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* migrate ra_ide_api to the new rowanAleksey Kladov2019-07-191-1/+1
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-2/+5
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* remove inherent source implsAleksey Kladov2019-06-111-3/+4
|
* use Source for FunctionAleksey Kladov2019-06-111-1/+1
|
* Move FunctionSignature to display/function_signatureVille Penttinen2019-04-091-0/+101