Best Practices
- Start with Format Check: Always verify document compiles before other checks
- Iterative Refinement: Apply one module at a time for better control
- Preserve Protected Elements: Never modify
\cite{},\ref{},\label{}, math environments - Verify Before Commit: Review all suggestions before accepting changes
- Use with version control (git) to track changes; combine with LaTeX Workshop for real-time preview