Play Framework 2.0 template comments not working properly Follow
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>
Please sign in to leave a comment.
I have also faced same problem. Have you found any solutions?