Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Eclipse,我知道有多种方法可以多选行并使用一些快捷方式添加注释。
我已经将 Eclipse 用于 Symfony Twig 模板,并且我使用ctrl+shift + /并注释了所有行。
ctrl+shift + /
但我无法找到如何在 Django 模板中注释行,例如:
{# #}
我知道在 django 模板中评论多行的一种方法是使用 {% comment %}....内容在这里....{% endcomment %}...然后是通常的 ctrl+shift+/在 Eclipse 中将在 django 模板中添加传统的 html 注释..我希望这会有所帮助..