Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better naming for scope completion | Aleksey Kladov | 2020-04-07 | 1 | -2/+2 |
| | |||||
* | Better naming for path completion | Aleksey Kladov | 2020-04-07 | 1 | -4/+4 |
| | |||||
* | Unite record completion logic into a single module | Kirill Bulatov | 2020-04-01 | 1 | -64/+2 |
| | |||||
* | Split draft | Kirill Bulatov | 2020-04-01 | 1 | -0/+60 |
| | |||||
* | Better names for config structs | Aleksey Kladov | 2020-03-31 | 1 | -5/+5 |
| | |||||
* | Make naming more uniform | Aleksey Kladov | 2020-03-12 | 1 | -2/+2 |
| | |||||
* | Introduce completion test utils | Aleksey Kladov | 2020-03-11 | 1 | -2/+2 |
| | |||||
* | Add a test for disabled argument snippets | Aleksey Kladov | 2020-03-11 | 1 | -1/+1 |
| | |||||
* | Introduce CompletionOptions | Aleksey Kladov | 2020-03-10 | 1 | -2/+23 |
| | |||||
* | Refactor primary IDE API | Aleksey Kladov | 2020-02-26 | 1 | -3/+1 |
| | | | | | | | | | | This introduces the new type -- Semantics. Semantics maps SyntaxNodes to various semantic info, such as type, name resolution or macro expansions. To do so, Semantics maintains a HashMap which maps every node it saw to the file from which the node originated. This is enough to get all the necessary hir bits just from syntax. | ||||
* | Added a utility function that can be used to determine the missing impl items. | Kevin DeLorey | 2020-02-09 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into kdelorey/complete-trait-impl | Kevin DeLorey | 2020-02-09 | 1 | -2/+3 |
|\ | |||||
| * | cleanup imports | Aleksey Kladov | 2020-02-06 | 1 | -2/+3 |
| | | |||||
* | | Renamed the trait completion mod. | Kevin DeLorey | 2020-01-23 | 1 | -2/+2 |
| | | |||||
* | | Added basic support for completing `fn` for trait impl. | Kevin DeLorey | 2020-01-23 | 1 | -0/+3 |
|/ | |||||
* | rename ra_ide_api -> ra_ide | Aleksey Kladov | 2019-11-27 | 1 | -0/+77 |