Why hasn't this shortcut effect on 'move caret to block end'?
Hello:
I want to improve coding efficiency and position the cursor to the end of current code block when followed by a quotation etc, so I searched the keymap in IDE settings and think 'Move caret to code block end' is what I should use, but I've found 'ctrl+close bracket' has no effect and other custom shortcuts no effect too. I think perhaps I've misunderstood the meaning of the shortcut. What should I do?
Best Regards,
Youth
请先登录再写评论。
Hi there,
Please provide an example (code; whole file preferrably) where it does not work.
There are indeed few situations in PHP code when such action fails (due to PhpStorm bug).
Hello:
Oh, I know the reason now. It works in js file but doesn't in coffee format file.
Best Regards,
Youth