Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: each key autocomplete #367

Merged
merged 2 commits into from
Mar 28, 2022

Conversation

lifeart
Copy link
Owner

@lifeart lifeart commented Mar 28, 2022

resolves #363

image

@codecov
Copy link

codecov bot commented Mar 28, 2022

Codecov Report

Merging #367 (584a119) into component-context-info-origin (fed97aa) will increase coverage by 0.18%.
The diff coverage is 89.58%.

@@                        Coverage Diff                        @@
##           component-context-info-origin     #367      +/-   ##
=================================================================
+ Coverage                          71.62%   71.80%   +0.18%     
=================================================================
  Files                                 56       56              
  Lines                               4578     4625      +47     
  Branches                             899      912      +13     
=================================================================
+ Hits                                3279     3321      +42     
- Misses                              1297     1302       +5     
  Partials                               2        2              
Impacted Files Coverage Δ
src/builtin-addons/doc/autocomplete.ts 85.71% <82.35%> (-5.20%) ⬇️
...uiltin-addons/core/template-completion-provider.ts 92.35% <91.66%> (-0.08%) ⬇️
src/utils/ast-helpers.ts 82.50% <100.00%> (+0.52%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a5f6c53...584a119. Read the comment docs.

@lifeart lifeart merged commit db0b31e into component-context-info-origin Mar 28, 2022
@lifeart lifeart deleted the each-key-autocomplete branch March 28, 2022 13:45
lifeart pushed a commit that referenced this pull request Mar 28, 2022
# [2.17.0](v2.16.0...v2.17.0) (2022-03-28)

### Features

* each key autocomplete ([#367](#367)) ([db0b31e](db0b31e))
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Autocomplete support for key argument of {{#each}} helper
1 participant