Releases: latex-lsp/texlab
Releases · latex-lsp/texlab
v5.22.0
Added
- Allow hovering over symbol-like commands (e. g.
\pi
) to show a unicode preview
or a preview image if the client supports it (#1261) - Add
texlab.symbols.customEnvironments
setting for specifying additional environments that will be included in the document symbols
(#1292) - Add
texlab.experimental.labelReferenceRangeCommands
setting (#1210) - Add
tex-fmt
as a formatter forlatex
andbibtex
(#1320)
Fixed
v5.21.0
Added
- Support starred variants in "Go to References" (#1234)
- Add
texlab.latexindent.replacement
setting to allow passing a replacement flag tolatexindent
(#1222) - Don't require a label to show section numbers for document symbols (#910)
- Support navigating to files that are part of the
TEXINPUTS
similar toBIBINPUTS
(#1228)
Fixed
v5.20.0
v5.19.0
v5.18.0
v5.17.0
v5.16.1
v5.16.0
Added
- Add
texlab.experimental.labelDefinitionCommands
setting to customize the list of\label
-like commands
(#1093) - Extend list of commands treated as command definitions and environment definitions (#1087)
- Allow the server to trigger the forward search in an editor-agnostic way:
Runningtexlab inverse-search --input <FILE> --line <LINE>
will open the specified document in the editor if the client supports it
(#1091)
Fixed
- Fix detection of log dir when using
latexmkrc
(use$aux_dir
instead of$out_dir
) (#1079) - Fix extracting
$aux_dir
and$out_dir
fromlatexmkrc
(#1079) - Add support for extracting
$aux_dir
and$out_dir
fromlatexmk >= v4.85
((#1079)) - Improve log file change detection under Windows
- Cleanup diagnostics of deleted files
- Let
\declaretheorem
accept a list of environment names instead of just a single name (#1075) - Use configured directories if not set explicitly by
latexmkrc
file (#1095)
v5.15.0
Added
- Replace tilde (
~
), environment variables,${userHome}
,${workspaceFolder}
in options - Replace tidle (
~
) and environment variables in\include
-like commands - Add "Go To Definition" support for user-defined commands with
\def
and\let
(#1081) - Add "Find all References" for commands (#1082)
- Support more macros for defining commands (#1083)