aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/completion.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo in completion docsPascal Hertleif2020-07-191-1/+1
* Modernize qual path completion testsAleksey Kladov2020-07-041-3/+3
* fix: correct pd/ppd/tfn/tmod completion docHeyward Fann2020-07-021-4/+4
* Colorize more test fixturesLaurențiu Nicola2020-07-011-2/+2
* Merge branch 'master' into keyword_completionMikhail Rakhmanov2020-06-131-0/+78
|\
| * Add basic hover and completion doc tests for macro generated itemsAaron Loucks2020-06-031-0/+78
* | Add more keywordsMikhail Rakhmanov2020-06-111-0/+1
|/
* Move the rest of the features to generated docsAleksey Kladov2020-05-311-2/+45
* Add AssistConfigAleksey Kladov2020-05-191-1/+1
* Remove unnecessary conditionAleksey Kladov2020-05-041-17/+14
* Separate macros completion from otherKirill Bulatov2020-05-021-15/+17
* Adds attribute completions (#3941)Roberto Vidal2020-04-241-0/+2
* Move CompletionConfig to a separate moduleAleksey Kladov2020-04-241-19/+4
* feat: improve dot completions with scoringBenjamin Coenen2020-04-171-3/+0
* feat: improve dot completions with scoringBenjamin Coenen2020-04-161-3/+3
* feat: improve dot completions in a struct literal expressionBenjamin Coenen2020-04-151-1/+1
* Improve autocompletion by looking on the type and name, change implementation...Benjamin Coenen2020-04-121-0/+3
* Better naming for scope completionAleksey Kladov2020-04-071-2/+2
* Better naming for path completionAleksey Kladov2020-04-071-4/+4
* Unite record completion logic into a single moduleKirill Bulatov2020-04-011-64/+2
* Split draftKirill Bulatov2020-04-011-0/+60
* Better names for config structsAleksey Kladov2020-03-311-5/+5
* Make naming more uniformAleksey Kladov2020-03-121-2/+2
* Introduce completion test utilsAleksey Kladov2020-03-111-2/+2
* Add a test for disabled argument snippetsAleksey Kladov2020-03-111-1/+1
* Introduce CompletionOptionsAleksey Kladov2020-03-101-2/+23
* Refactor primary IDE APIAleksey Kladov2020-02-261-3/+1
* Added a utility function that can be used to determine the missing impl items.Kevin DeLorey2020-02-091-1/+1
* Merge branch 'master' into kdelorey/complete-trait-implKevin DeLorey2020-02-091-2/+3
|\
| * cleanup importsAleksey Kladov2020-02-061-2/+3
* | Renamed the trait completion mod.Kevin DeLorey2020-01-231-2/+2
* | Added basic support for completing `fn` for trait impl.Kevin DeLorey2020-01-231-0/+3
|/
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-0/+77