aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/completion.rs
Commit message (Collapse)AuthorAgeFilesLines
* Modernize qual path completion testsAleksey Kladov2020-07-041-3/+3
|
* fix: correct pd/ppd/tfn/tmod completion docHeyward Fann2020-07-021-4/+4
| | | | https://github.com/rust-analyzer/rust-analyzer/blob/a33eefa3b26000b3018e6bb873f18dbe15ab4ab7/crates/ra_ide/src/completion/complete_snippet.rs#L23
* Colorize more test fixturesLaurențiu Nicola2020-07-011-2/+2
|
* Merge branch 'master' into keyword_completionMikhail Rakhmanov2020-06-131-0/+78
|\ | | | | | | | | # Conflicts: # docs/user/generated_features.adoc
| * 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
| | | | | | No tests fail, and quick manual testing shows that there are no false-positives. In general, each completion contributor should be independent from the others.
* 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
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* feat: improve dot completions with scoringBenjamin Coenen2020-04-161-3/+3
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* feat: improve dot completions in a struct literal expressionBenjamin Coenen2020-04-151-1/+1
| | | | Signed-off-by: Benjamin Coenen <[email protected]>
* Improve autocompletion by looking on the type and name, change ↵Benjamin Coenen2020-04-121-0/+3
| | | | | | implementation, include sort in Completions struct Signed-off-by: Benjamin Coenen <[email protected]>
* 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
| | | | | | | | | | 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 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