我用它不是很多,自己配置了下latextools
注意到它写tex不能自动缩进啊
比如我进了equation环境,按换行并不会让内容自动缩进两格,于是就变成这种全部左对齐的格式
\begin{equation}
\frac{}{}
\end{equation}
在嵌套环境很多的时候看着真闹心
但是我查看它的全局设置的时候,明明自动缩进和智能缩进都是打开了的
// Calculates indentation automatically when pressing enter
"auto_indent": true,
// Makes auto indent a little smarter, e.g., by indenting the next line
// after an if statement in C. Requires auto_indent to be enabled.
"smart_indent": true,
问题:我必须每次手动缩进么.....