TeXiFy-IDEA
TeXiFy-IDEA copied to clipboard
Multiline todos do not work with Texify
Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version
IntelliJ 2023.2.2
Operating System
Windows 11
TeXiFy IDEA version
0.9.2
What I did (steps to reproduce)
- Check multiline todo option is active : In the IDE settings, select Editor | TODO, and check the "Treat indented text on the following lines as part of the same TODO" checkbox ;
- In a tex file type a multiline todo : Indent the text in comment lines that follow the initial comment line (with todo), you can use spaces and tabs, or a mix of both for indenting multiline TODO items.
Minimal example to reproduce the problem
\documentclass{article}
\begin{document}
%todo: here is something to do later
% some additional details here
\end{document}
Expected behavior
The second comment line should be included in the todo.
Actual behavior
The second comment line is not included in the todo.