Improving the naming schema for `Implement Interface`
Hello,
when we use the `Implement interface` we're getting the `Impl` suffix, which is strictly a Java thingy. For PHP the standard is naming the interface with the `Interface` suffix, and the implementation without this suffix. Can we please get a way to apply different naming strategies for implemenating an interface?
请先登录再写评论。
Hi Jakub Tobiasz,
Please upvote a similar issue on YouTrack to be updated about the progress, and feel free to leave comments there: https://youtrack.jetbrains.com/issue/WI-62869.