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

Summary: Autocomplete for JS, CSS and img files in the project
Product: php Reporter: Monomachus
Component: TwigAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Other   
Issue Type: ENHANCEMENT Exception Reporter:

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>