PHPstorm Helping function doesn't work on different Drive
If I make a simple `index.html` file on my D drive (C drive works fine) and place a script with a src in there but don't make a `script.js` file it should normally say "Cannot resolve file 'script.js' " and opening the tooltip will allow me to create a the file automatically "create file 'script.js'".
<script src="script.js"></script>
Well that works on the C drive. But on the D drive it doesn't work for some reason.
请先登录再写评论。