You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version
IntelliJ IDEA 2024.2.3 (Ultimate Edition)
Operating System
Debian Testing
TeXiFy IDEA version
v0.9.7
What I did (steps to reproduce)
Create a class file (e.g. myclass.cls).
Use a command that typically defines a section of code (such as \section or \chapter) without arguments (for example to redefine the format of its title).
Place a foldable block of code beneath the code from Step 2.
Fold all blocks in the file. ("Collapse All" action.)
Minimal example to reproduce the problem
\ProvidesClass{myclass}[2024/10/22 v1.0 My Class]
\RequirePackage{titlesec}
\titleformat*{\section}{\itshape}
{
% Contents
}
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered:
Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version
IntelliJ IDEA 2024.2.3 (Ultimate Edition)
Operating System
Debian Testing
TeXiFy IDEA version
v0.9.7
What I did (steps to reproduce)
myclass.cls
).\section
or\chapter
) without arguments (for example to redefine the format of its title).Minimal example to reproduce the problem
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: