aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/completion
Commit message (Expand)AuthorAgeFilesLines
* Move the rest of the features to generated docsAleksey Kladov2020-05-311-3/+3
* Merge #4592bors[bot]2020-05-272-1/+48
|\
| * fix textedit range returned for completion when left token is a keywordBenjamin Coenen2020-05-272-0/+3
| * fix textedit range returned for completion when left token is a keyword #4545Benjamin Coenen2020-05-242-1/+45
* | Merge #4596bors[bot]2020-05-271-1/+59
|\ \
| * | Trim at presentation layerYuki Kodama2020-05-251-1/+1
| * | Fix test to consider multiple underscoresYuki Kodama2020-05-251-7/+7
| * | Separate assertionsYuki Kodama2020-05-251-7/+65
| * | Reflect test caseYuki Kodama2020-05-251-7/+7
| |/
| |
| \
*-. \ Merge #4625 #4629bors[bot]2020-05-271-3/+3
|\ \ \
| | * | Fix the `should_panic` snippetAndrew Chin2020-05-261-3/+3
| |/ /
* / / Pass trivially copy types as copykjeremy2020-05-261-32/+29
|/ /
* | Merge #4534bors[bot]2020-05-261-0/+59
|\ \ | |/ |/|
| * Add call postfix completionvain0x2020-05-201-0/+59
* | Cleanup TextEditAleksey Kladov2020-05-211-2/+2
|/
* Switch to new magic marksAleksey Kladov2020-05-203-20/+20
* Add AssistConfigAleksey Kladov2020-05-191-1/+1
* Fix completion and hover for module and function of same nameHasan Ali2020-05-161-1/+29
* Prioritize locals with correct typesAleksey Kladov2020-05-142-5/+55
* add more specific match postfix for Result and OptionBenjamin Coenen2020-05-121-15/+43
* Merge #4423bors[bot]2020-05-111-0/+26
|\
| * add tests module snippetBenjamin Coenen2020-05-111-0/+8
| * add tests module snippetBenjamin Coenen2020-05-111-0/+18
* | add if let and while let postfix for Option and ResultBenjamin Coenen2020-05-101-38/+44
* | add if let and while let postfix for Option and Result #4348Benjamin Coenen2020-05-071-1/+199
|/
* MinorAleksey Kladov2020-05-061-1/+2
* Rename AtomTextEdit -> IndelAleksey Kladov2020-05-052-4/+4
* Rename ImplItem to AssocItemEdwin Cheng2020-05-052-21/+27
* Remove false positive attr compleitonsAleksey Kladov2020-05-042-4/+40
* Qualify ast typesAleksey Kladov2020-05-041-6/+5
* Cleanup importsAleksey Kladov2020-05-041-4/+6
* Fix derive argument parsingKirill Bulatov2020-05-021-26/+40
* Propose custom derives in completionKirill Bulatov2020-05-021-8/+32
* Complete standard derivesKirill Bulatov2020-05-022-16/+245
* Introduce EffectExprAleksey Kladov2020-05-021-1/+1
* if let -> matchJonas Schievink2020-04-291-4/+3
* Complete assoc. items on type parametersJonas Schievink2020-04-291-11/+262
* Better filtering of qualified enum variants in completionAleksey Kladov2020-04-292-9/+49
* Complete union fields after dotJonas Schievink2020-04-281-0/+38
* Precompute expected type during completionAleksey Kladov2020-04-263-35/+44
* Fix broken testJonas Schievink2020-04-251-1/+1
* Don't add call parens when an fn type is expectedJonas Schievink2020-04-251-0/+56
* Rename StructField -> FieldAleksey Kladov2020-04-251-6/+1
* text-size 1.0.0Aleksey Kladov2020-04-251-6/+6
* Convert tests to text-sizeAleksey Kladov2020-04-2513-790/+789
* Convert code to text-sizeAleksey Kladov2020-04-254-14/+15
* Merge #4128bors[bot]2020-04-241-1/+52
|\
| * Include correct item path for variant completionsJonas Schievink2020-04-241-1/+52
* | Don't omit methods with self from path completionJonas Schievink2020-04-241-6/+38
|/
* Adds attribute completions (#3941)Roberto Vidal2020-04-243-0/+592