Shortcut for creating files
Just for a fast workflow. Is there somekind of shortcut to create files from a link or script tag inside the code editor?
When i write following and the cursor is on the filename:
<link rel="stylesheet" type="text/css" href="style.css" media="all"/>
<script type="text/javascript" src="test.js"></script>
The menu item shows that ALT+Einfg is the shortcut for new files, but this dont work in code editor.
Please sign in to leave a comment.
In such cases (like yours) you should invoke universal quick-fix menu (Alt+Enter) when standing on the file name .. then select appropriate entry from the list
Ah thank you. That's great.I didn't found anything about this in the manual. Maybe i used the wrong keywords.