Best I can think of off the topic of my head would be to define a command that doesn't do anything, e.g.:
- Code: Select all • Open in writeLaTeX
\documentclass{article}
\newcommand{\ignore}[1]{}
\begin{document}
This is my first sentence.\ignore{This is a hidden comment.} This second sentence should display.
\end{document}
Though you'll need to be careful with spaces. (E.g., don't put a space both before and after it.)
I think there are some better options, perhaps through the comment package, but I've never been able to make that package work as I wanted.
Perhaps someone else will be able to offer better advice.