Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't complete keywords in struct literals | Lukas Wirth | 2020-11-16 | 1 | -0/+46 |
| | |||||
* | add suggestion ..Default::default() for remaining struct fields in a ↵ | Benjamin Coenen | 2020-11-13 | 1 | -3/+105 |
| | | | | | | constructor #6492 Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | Add some postfix snippet | Pavan Kumar Sunkara | 2020-11-08 | 1 | -0/+12 |
| | |||||
* | Remove intra-crate facade from completions | Igor Aleksanov | 2020-11-03 | 2 | -10/+16 |
| | |||||
* | Get rid of do-er antipattern | Igor Aleksanov | 2020-11-03 | 7 | -45/+100 |
| | |||||
* | Provide only explicit constructor for RenderContext | Igor Aleksanov | 2020-11-03 | 2 | -16/+14 |
| | |||||
* | Add doc-comments to the new files | Igor Aleksanov | 2020-11-03 | 6 | -1/+17 |
| | |||||
* | Make structures order more logical in render.rs | Igor Aleksanov | 2020-11-03 | 1 | -5/+5 |
| | |||||
* | Move rendering tests to the render module | Igor Aleksanov | 2020-11-03 | 6 | -1095/+1163 |
| | |||||
* | Add TypeAliasRender | Igor Aleksanov | 2020-11-03 | 4 | -19/+54 |
| | |||||
* | Add ConstRender | Igor Aleksanov | 2020-11-03 | 5 | -28/+65 |
| | |||||
* | Introduce render module | Igor Aleksanov | 2020-11-03 | 7 | -246/+457 |
| | |||||
* | Remove more unreachable pubs | Aleksey Kladov | 2020-11-02 | 1 | -3/+3 |
| | |||||
* | Reduce visibility of some methods | Igor Aleksanov | 2020-10-26 | 2 | -3/+3 |
| | |||||
* | Add a module doc-comment for completions module | Igor Aleksanov | 2020-10-25 | 1 | -0/+2 |
| | |||||
* | Remove presentation module | Igor Aleksanov | 2020-10-25 | 3 | -1421/+1409 |
| | |||||
* | Move Completions structure definition into completions module | Igor Aleksanov | 2020-10-25 | 9 | -74/+74 |
| | |||||
* | Reorganize completions structure | Igor Aleksanov | 2020-10-25 | 22 | -108/+98 |
| | |||||
* | Re-export base_db from ide_db | Igor Aleksanov | 2020-10-24 | 4 | -4/+4 |
| | |||||
* | Make call_info a part of ide_db | Igor Aleksanov | 2020-10-24 | 1 | -2/+1 |
| | |||||
* | Remove dependency on 'assists' from 'completion' crate | Igor Aleksanov | 2020-10-24 | 2 | -2/+2 |
| | |||||
* | Complete variants when only enun name is typed | Aleksey Kladov | 2020-10-23 | 1 | -8/+62 |
| | | | | | This allows the client to filter `Foo::Bar` when *either* `Foo` or `Bar` is typed. | ||||
* | Insert ref for completions | adamrk | 2020-10-22 | 3 | -19/+66 |
| | |||||
* | add completions for clippy lint in attributes | Benjamin Coenen | 2020-10-20 | 4 | -132/+10 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | Extract call_info and completion into separate crates | Igor Aleksanov | 2020-10-18 | 22 | -0/+8410 |