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を使用していますが、行を複数選択してショートカットを使用してコメントを追加できる方法があることを知っています。
私は Symfony Twig テンプレートに Eclipse を使用ctrl+shift + /しており、すべての行にコメントを付けました。
ctrl+shift + /
しかし、次のような Django テンプレートの行にコメントを付ける方法を見つけることができません。
{# #}
私が知っているdjangoテンプレートで複数行にコメントする1つの方法は、{% comment %}を使用することです....コンテンツはここに....{% endcomment %} ...そして通常のctrl + shift + / Eclipse では、django テンプレートに従来の html コメントが追加されます。これが役立つことを願っています。