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 246254

Summary: Please add feature to create file from within an other file.
Product: web Reporter: Christian Lenz <chrizzly>
Component: HTML EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description Christian Lenz 2014-08-04 15:05:32 UTC
I think this feature is already implemented in IntellJ and I think this is very handy and would bring a better productivity.

In HTML files you have the src and the link tag where you can add files from href="myFile.css" and src="myFile.js" but those file should be exist. What I would like to see is that, if the file doesn't exist, I can select this term "myFile.css" and can have an option: "Create file: 'myFile.css'". This would be nice for HTML script and link tag, maybe for more but I don't know it atm, for css, scss, sass, less import and for requirejs define("folder/module"..., PHP, and maybe all others where I can call files and so on.


Regards

Chris