Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to change the file association for all files under a directory in intelliJ/PhpStorm?

Is it possible to change the file association for all files under a directory?

Example: The default *.ts is registered for TypeScript.

All *.ts files in the Folder TypoScript is registered for TypoScript.

The pattern /TypoScript/?*.ts does not work.

I am using intelliJ 15.

In another Question i asked if i can select the editor i want to open the file with. This is possible in the eclipse ide. This is also not possible.

like image 336
kimomat Avatar asked Feb 08 '23 15:02

kimomat


1 Answers

No, there is no such way. File type associations check only the name of the file, not the directory.

like image 112
yole Avatar answered Feb 11 '23 19:02

yole