Play Framework 2.0 template comments not working properly
Hi,
When you use shotcut to add comment in play framework template e.g. index.scala.html and then uncomment this line you will get next comment
Scenario like this:
1. Before comment
<html>Some line</html>
2. Comment line - Keyboard shortcut on line: (Windows) CTRL + /
Result:
@*<html>Some line</html>*@
3. Uncomment line - Keyboard shortcut on line: (Windows) CTRL + /
Result:
@*@*<html>Some line</html>*@*@
Should be:
<html>Some line</html>
请先登录再写评论。
I have also faced same problem. Have you found any solutions?