PhpStorm 7 tooltips positions

爷,独闯天下 提交于 2019-12-24 03:34:49

问题


How to show live templates first in tooltips, like in a screenshot?


回答1:


It's a known issue -- already fixed: http://youtrack.jetbrains.com/issue/IDEA-115287

Hopefully it will be in next minor version -- 7.0.1 (should be, as quite a few users got very annoyed by current behaviour).


Currently you will have to close code completion popup (Esc) in order for Live Template to expand properly (or explicitly choose it from the list).

Alternative approach (which can be used in mean time): disable automatic code completion popup (Settings | Editor | Code Completion) and invoke it manually when needed (Ctrl+Space) -- in such case live template will be expanded properly as no code completion popup is shown.

And yes, if you already got used to have automatic popup showing up, this workflow may be quite inconvenient. On another hand -- very often such popup shows when I do not want to see it.



来源:https://stackoverflow.com/questions/19677124/phpstorm-7-tooltips-positions

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!