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 - Please add feature to create file from within an other file.
Summary: Please add feature to create file from within an other file.
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-04 15:05 UTC by Christian Lenz
Modified: 2014-10-06 13:25 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 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