aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/completion
Commit message (Expand)AuthorAgeFilesLines
* 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
* Better label for macros completionAleksey Kladov2020-04-245-48/+59
* Honor snippet capabilityAleksey Kladov2020-04-241-0/+6
* Make sure that adding a snippet requires corresponding capabilityAleksey Kladov2020-04-246-44/+107
* Introduce internal snippet capAleksey Kladov2020-04-241-0/+13
* Move CompletionConfig to a separate moduleAleksey Kladov2020-04-241-0/+16
* Add test marksAleksey Kladov2020-04-241-0/+4
* Introduce ActiveParameterAleksey Kladov2020-04-242-6/+6
* Move tests to where they belongAleksey Kladov2020-04-242-231/+231
* RefactorAleksey Kladov2020-04-241-24/+18
* Restore CompletionItem immutabilityAleksey Kladov2020-04-242-31/+23
* More functionalAleksey Kladov2020-04-242-11/+18
* MoveAleksey Kladov2020-04-231-9/+9
* Merge #3954bors[bot]2020-04-234-5/+321
|\
| * Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-211-3/+1
| * Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-211-0/+6
| |\
| * | Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-213-46/+46
| * | Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-182-10/+49
| |\ \
| * | | feat: improve dot completions with scoringBenjamin Coenen2020-04-171-5/+1
| * | | feat: improve dot completions with scoringBenjamin Coenen2020-04-173-74/+52
| * | | feat: improve dot completions with scoringBenjamin Coenen2020-04-164-104/+85
| * | | feat: improve dot completions in a struct literal expressionBenjamin Coenen2020-04-153-30/+195
| * | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-144-5/+22
| |\ \ \
| * | | | Improve autocompletion by looking on the type and name, change implementation...Benjamin Coenen2020-04-122-26/+93
| * | | | Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-115-24/+26
| |\ \ \ \
| * | | | | Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-114-9/+143
* | | | | | Merge #4065bors[bot]2020-04-232-7/+217
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Update tests to reflect new completionsnathanwhit2020-04-221-1/+1
| * | | | | Add tests for enum completionnathanwhit2020-04-221-0/+178
| * | | | | Complete unqualified enum variants when possiblenathanwhit2020-04-221-5/+26
| * | | | | Add utility fn for expected type of a nodenathanwhit2020-04-221-1/+12
| | |_|_|/ | |/| | |
* / | | | Ignore proc-macro in completionEdwin Cheng2020-04-181-0/+6
|/ / / /
* | | | Don\t suggest import itself as a completion for importAleksey Kladov2020-04-171-1/+39
* | | | Better snippet when completing trait methodAleksey Kladov2020-04-171-9/+10
| |_|/ |/| |
* | | Align grammar for record patterns and literalsAleksey Kladov2020-04-114-5/+22
| |/ |/|
* | Make records grammar more orthogonalAleksey Kladov2020-04-112-2/+2
* | Rename some tokensAleksey Kladov2020-04-101-2/+2