Coverage Window no longer displaying
I've been successfully using the Code Coverage feature. After I moved the window to the right hand side of the editor (as opposed to the bottom), it was still displaying, then suddenly went away. There is no tab for the window anywhere, clicking "Run with Coverage" only shows the regular phpunit output window, and if I go to View->Tool Windows, the Coverage option is grayed out.
Any idea how I can get this back?
Thanks,
--mark
请先登录再写评论。
Hi Mark,
Maybe it is hidden (e.g. behind the window or something) or outside of screen? Have you tried restarting PhpStorm since then (helps me with another issue)?
You can try this (not sure if it will actually help, but):
You can always try to
Hi Andriy,
I had tried restarting PhpStorm, and it didn't help. Your sugestion of removing the line from workspace.xml seems to have fixed it!
Thanks much for the suggestion!
Cheers,
--mark