Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

feat: autocomplete for component, helper, modifier helpers #380

Merged
merged 1 commit into from
Apr 21, 2022

Conversation

lifeart
Copy link
Owner

@lifeart lifeart commented Apr 21, 2022

added support for string autocompletes in SubExpressions for:

{{yeld
   (hash 
       MyHelper=(helper "..autocompleted")
       MyModifier=(modifier "...autocompleted")
       MyComponent(component "...autocompleted")
   ) 
}}

@codecov
Copy link

codecov bot commented Apr 21, 2022

Codecov Report

Merging #380 (64dc80e) into component-context-info-origin (e157566) will increase coverage by 0.11%.
The diff coverage is 94.87%.

@@                        Coverage Diff                        @@
##           component-context-info-origin     #380      +/-   ##
=================================================================
+ Coverage                          72.29%   72.40%   +0.11%     
=================================================================
  Files                                 57       57              
  Lines                               4844     4871      +27     
  Branches                             938      946       +8     
=================================================================
+ Hits                                3502     3527      +25     
- Misses                              1342     1344       +2     
Impacted Files Coverage Δ
src/utils/ast-helpers.ts 83.58% <84.61%> (+0.05%) ⬆️
...uiltin-addons/core/template-completion-provider.ts 93.02% <100.00%> (+0.26%) ⬆️

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 0c51440...64dc80e. Read the comment docs.

@lifeart lifeart merged commit 5f3e91d into component-context-info-origin Apr 21, 2022
@lifeart lifeart deleted the closure-autocomplete branch April 21, 2022 09:03
lifeart pushed a commit that referenced this pull request Apr 21, 2022
# [2.22.0](v2.21.0...v2.22.0) (2022-04-21)

### Features

* autocomplete for component, helper, modifier helpers ([#380](#380)) ([5f3e91d](5f3e91d))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant