aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Introduce render moduleIgor Aleksanov2020-11-031-0/+1
|
* Remove presentation moduleIgor Aleksanov2020-10-251-1/+0
|
* Move Completions structure definition into completions moduleIgor Aleksanov2020-10-251-4/+1
|
* Reorganize completions structureIgor Aleksanov2020-10-251-36/+24
|
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-1/+1
|
* add completions for clippy lint in attributesBenjamin Coenen2020-10-201-1/+1
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* Extract call_info and completion into separate cratesIgor Aleksanov2020-10-181-0/+264