Egor Ushakov
- 活动总数 60
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 21
-
已编辑于 How to disable method parameters substitution in PhpStorm?
I came across to a weird PhpStorm behaviour few days ago: i'm typing an arrow for a method call, it appears in autocompletion widget, I hit Tab button and it prints method call WITH parameters as n... -
创建于 is_null vs "$var === null
Why PhpStorm' inspection suggests using "$var === null" construction instead of simply using is_null() function? -
创建于 Symfony plugin: Browse buttons do not work
Hi! I'm working with non-standard Symfony project environment: it's a git subtree added to parent project for dockerizing whole application. After adding Symfony project IDEA did not offer me to en... -
创建于 'Add method' action does not work on Windows
已回答I'm working on IDEA 2018.3.5 with PHP plugin installed both on Mac and Windows 10. I can use 'Add method' action initiated with Opt+Enter if non-declared method reference is underlined with yellow ... -
已编辑于 Method 'myStaticMethod' not found in string - how to annotate (or anything else?) calling method to get rid of it?
Hi! I have class hierarchy in which there is an abstract class (AbstractObject) with a static method returning an API entry point URI for asking it for objects of concrete type (say Address). This ... -
已编辑于 No Command Line Tools item in Preferences
已回答Hi! I want to add Composer through the Command Line Support but found out there is no such menu in my IDE. See the screenshot below. What's the problem? -
已编辑于 Modify namespace on "Create New PHP Class"
Here is the case. I throw in code not declared exception. PhpStorm underlines it with yellow wave line. Alt+Enter - "Create class" and "Create New PHP Class" dialog window appears. I can point this... -
已编辑于 What's wrong with my Composer workflow?
已回答Hi! Looks like I misunderstood some concepts of working with Composer in PhpStorm. Here's the case. I work with legacy application and need to use Twig and PHPWord packages. When I install it ($ co... -
创建于 Custom line spacing dropped on line indentation
Strange behaviour of IDEA 14 noticed on OS X 10.9.5. I like Monaco font with 15 as its size and line spacing 1.2. But if I apply line indentation with Opt+Cmd+I shortcut line indentation jumps back... -
创建于 Where is "PHP Empty Project"?
Recently I switched from PhpStorm to IDEA and found out that there is no “PHP Empty project” option while creating new one. Only “Composer project” to choose that forces to install at least one...