It's driving my crazy that every time I type a comma and than hit enter, some hinted method is inserted into my code because PhpStorm thought it should display a code hint. I only want hinting when I'm typing a variable or a method name, is this possible?
Also, I once saw some PhpStorm hinting that when the user typed a method name, PhpStorm displayed the required variables just above that method as a hint, but I can't find the setting for it.


Settings/Preferences | Editor | General | Code Completion2) "every time I type a comma and than hit enter" Show you settings perhaps -- I personally do not have such behaviour -- I see no code completion popup after typing comma. 3)View | Parameter Infoto bring it up manually; works inside brackets only; shown automatically when writing function/method call for a first time. - LazyOne