Open webmasterpf opened 5 years ago
Hi,
I'm not able to autocomplete work into my twig files. In my project I have this:
/images /templates/.twig files
My config.cson (inspired by examples found in issues):
"autocomplete-paths": scopes: [ { scopes: [ "images" ] prefixes: [ "include directory ~" ] extensions: [ "png" "jpg" "jpeg" "gif" "twig" ] replaceOnInsert: [ [ "(@[2-9]x)\\.png?$" ".png" ] ] relative: true includeCurrentDirectory: true projectRelativePath: false } ]
I would to autocomplete this kind of code: {% include directory ~ '/includes/dedicates_inc/inc_cdi_html.twig' %}or for Sass Mixin: @include backgroundImage("PNG/liens@3x.png");
{% include directory ~ '/includes/dedicates_inc/inc_cdi_html.twig' %}
@include backgroundImage("PNG/liens@3x.png");
thanks
nobody can help me to get this module working for atom ?
Hi,
I'm not able to autocomplete work into my twig files. In my project I have this:
My config.cson (inspired by examples found in issues):
I would to autocomplete this kind of code:
{% include directory ~ '/includes/dedicates_inc/inc_cdi_html.twig' %}
or for Sass Mixin:@include backgroundImage("PNG/liens@3x.png");
thanks