aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/display.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove ShortLabelLukas Wirth2021-03-161-2/+1
|
* Clean usage of ShortLabeloxalica2021-03-151-1/+0
|
* Don't expose SyntaxKind from IDE APIAleksey Kladov2020-12-181-2/+1
| | | | | | SyntaxKind is somewhat of an internal type, but IDE is using it to basically specify an icon. Let's have a dedicated entity for this instead.
* Extract call_info and completion into separate cratesIgor Aleksanov2020-10-181-80/+1
|
* inline parameters for a function description #6002Benjamin Coenen2020-09-151-5/+6
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* inline parameters for a function description #6002Benjamin Coenen2020-09-151-1/+7
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* Rename ra_ide -> ideAleksey Kladov2020-08-131-0/+83