Formatter not run well
Describe the bug
The latex command
\author[1,2]{Name Name}
will be formatted as
\author{[}
1,2]{Name Name}
Expected behavior
[ (or other command signs) remain the same as itself after command \author (or other command).
@QianrenLi Please help have a look at it when you have time.
@maple367 see this also: https://github.com/iamhyc/Overleaf-Workshop/discussions/210
I am experiencing the same issue. Is there any update on this @QianrenLi? Thank you.
Hi @ssbodda @edodeso @maple367 , sorry for the late. This issue has been solved in this patch. If you have time, please give it a try and let me know if you encounter any further issues.
Hi @ssbodda @edodeso @maple367 , sorry for the late. This issue has been solved in this patch. If you have time, please give it a try and let me know if you encounter any further issues.
Hi, I installed the patch, restarted VS Code and everything looks perfect now on my end! The \author[1,2]{Name Name} is correctly formatted and compiles properly. Thank you for your work, I really appreciate it!