Latex Comment shortcut code example
Example: latex long comments
\documentclass{article}
\usepackage{verbatim} %You can use long comments from this package
\begin{document}
This text will be displayed
\begin{comment}
This text will not be displayed.
\end{comment}
\end{document}