简体   繁体   English

如何告诉PhpStorm停止使用外部编辑器打开文件?

[英]How do I tell PhpStorm to stop open a file with an external editor?

For some reasons, in my current PHP Project in PhpStorm, when I click on one of my file in my project explorer panel, PhpStorm opens it in an external editor. 出于某些原因,在我目前在PhpStorm中的PHP项目中,当我在项目资源管理器面板中单击我的一个文件时,PhpStorm会在外部编辑器中打开它。 I have others files with the same extension that opens correctly in PhpStorm. 我有其他文件具有相同的扩展名,可以在PhpStorm中正确打开。

How can I tell PhpStorm to stop doing that ? 我如何告诉PhpStorm停止这样做?

  1. Settings/Preferences | Editor | File Types

  2. Find Files Opened in Associated Application entry in the top list 在顶部列表中查找Files Opened in Associated Application条目中Files Opened in Associated Application

  3. Remove unwanted entry that affects that file from the bottom list ( Registered Patterns ). 从底部列表中删除影响该文件的不需要的条目(已Registered Patterns )。

在此输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM