Configure IDE to open multiple files...
Probably not phpstorm specific but that's what I'm using
Is it possible to configure the IDE to open two files in a horizontal split when one of a pair is selected under certain circumstances?
.e.g
Consider the following dir/file structure
/root
/actions
- index.php
/views
- index.html
If I open index.html can I get the IDE to automatically open index.php in a horizontal split?
请先登录再写评论。
Dan,
Not possible at the moment, here is a couple of feature requests on this matter:
https://youtrack.jetbrains.com/issue/IDEA-84006
https://youtrack.jetbrains.com/issue/IDEA-131043