简体   繁体   中英

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. I have others files with the same extension that opens correctly in PhpStorm.

How can I tell PhpStorm to stop doing that ?

  1. Settings/Preferences | Editor | File Types

  2. Find Files Opened in Associated Application entry in the top list

  3. Remove unwanted entry that affects that file from the bottom list ( Registered Patterns ).

在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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