Why does PHPStorm hide a file when I add its extension to the JavaScript file type? -


i've got phpstorm v9 , i'd syntax support es6 in files extension .es. project has files extension developer has used es6 source files.

whenever add .es recognized file types in settings > editor > file types, .es files disappear project view. happens when add them javascript , ecmascript 6. when remove extension files appear again.

enter image description here

i've checked "ignore files , folders" input doesn't include .es. i've tried , without javascript.next support plugin, , javascript language version set ecmascript 6 , javascript 1.8. i've tried moving .es files separate directories (in case phpstorm madly assuming test.es same file test.js).

what gives, jetbrains?

web-15841 fixed in webstorm 11/phpstorm 10. problem .es extension association hardcoded (assigned actionscript language) historical reasons


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -