是否可以更改 intelliJ/PhpStorm 目录下所有文件的文件关联?

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

是否可以更改目录下所有文件的文件关联?

示例: 默认的 *.ts 是为 TypeScript 注册的。

TypoScript 文件夹中的所有 *.ts 文件都已为 TypoScript 注册。

模式 /TypoScript/?*.ts 不起作用。

我正在使用 intelliJ 15。

在另一个问题中,我问我是否可以 select 我想用来打开文件的编辑器。这在 eclipse ide 中是可能的。这也是不可能的。

不,没有这样的方法。文件类型关联只检查文件名,不检查目录。