This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 230267 - Autocomplete for JS, CSS and img files in the project
Summary: Autocomplete for JS, CSS and img files in the project
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Twig (show other bugs)
Version: 7.4
Hardware: PC Other
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-25 21:57 UTC by Monomachus
Modified: 2013-05-25 22:15 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Monomachus 2013-05-25 21:57:42 UTC
Hello,
I'd like to be able to indicate my .js, .css, img files in Twig with an autocompletion.

Please make it happen. It such a big time waste of copying and pasting the paths into the TWIGs.

The autocompletion should also be working within a call to the asset function.

Example: 
<script src="{{ asset('bundles/mainbundle/js/Appartment/displayAppartment.js') }}" type="text/javascript"></script>