Skip to content

Auto complete of assetic custom assets #353

@hoshsadiq

Description

@hoshsadiq

When providing custom assetic files like so:

assetic:
    assets:
        jquery_js:
            inputs:
                - '%kernel.root_dir%/Resources/bower/jquery/dist/jquery.js'

It does not auto complete nor is the file clickable when including in twig:

{% javascripts filter="?yui_js" output="js/jquery.js" '@jquery_js'%}
<script src="{{ asset_url }}"></script>
{% endjavascripts %}

It would be nice to be able to autocomplete and make it clickable.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions