If I use forward or backward synctex within the question environment of exsheets package it points out the whole exercise and not precisely the wanted line inside the environment.
This is a minimal example:
\documentclass{article}
\usepackage{exsheets}
\begin{document}
\begin{question}
Line 1\\
Line 2
\end{question}
Line 3
\end{document}
The synctex doesn't point out line1 or line2 in the question environment however it gives exactly the line3. Is this a bug in the exsheets package and how can I fix it?