- (#1326) Show label or given number to ref in hover on the ref.
- (#1345) Support single and double line font warnings.
- (#1357) Enable LaTeX Workshop to work with VSCode Remote Dev.
- (#1343) Make
buildOnFileChangework regardless of the activeTextEditor. - (#1354) Add new command defs from an input file to hover preview.
- (#1355) Add default trim mode setting.
- (#1363) Extend font warning second line to other warnings.
- (#1363) Locate matching pair for inline environments.
- (#1298,#1333) Fix structure analyzer with inclusion cycle.
- (#1319) Use
PWDto resolve paths in.flsfiles. - (#1331) Keep cursor >= 0 when shifting section.
- (#1333) Auto build from imported files work again.
- (#1334) Don't throw error when
synctexjsfails. - (#1341) Handle cycle in
clearTeXFileTree.
- (#1307) Add some details into
commands.json. - (#1310) Provide details for
environments.json. - (#1321) Make go back and forward buttons on pdf viewer work with SyncTeX.
- (#710) Highlight fenced code block with extra
{ }argument. - (#1298) Prevent circular dependencies in manager.
- (#1302) Remove label from
equationandalign. - (#1313) Load
latex-mathsymbols_cmd.jsonby default. - (#1322) Less escapes in wordpattern.
- (#1263) Add accent commands.
- (#1265) Make port of viewer configurable.
- (#1267) Add label field to
AutocompleteEntry. - (#1273) Configure the editor group for the tab viewer with
latex-workshop.view.pdf.tab.useNewGroup.
- Deprecate the old action dropdown, replace with side view.
- Improve regex for hovering on inline maths.
- Make auto build interval configurable, not 1000ms.
- Skip postprocessing (e.g., refresh viewer) if latexmk is skipped, i.e., no change.
- (#1272) Root file detection with auto build and
subfilespackage. - (#1278) Support preview for
$$...$$. - (#1281) Allow using previous recipe by default, configurable at
latex-workshop.latex.recipe.default. - (#1288) Use file pooling for
chokidarwatch. - (#1290) Expand all placeholders.
- Add intellisense for the figure environment.
- Support file completion for import package.
- (#1234) Add
Save without Building.
- Fix external reverse synctex on Windows.
- (#922) Use scala syntax inside
scalacodeenvironment. - (#1235) Declare
[a-zA-Z]*matrix as array environments. - (#1249) Intellisense for custom environments.
- (#1250) Support Ctrl+click to open an included file.
- (#1237) Support
graphicspathforincludegraphicscompletion. - (#1252) Highlight
IEEEeqnarray. - (#1254) Look for output files in
outDirinstead ofrootDir. - (#1259) Highlight
begin...endinsidemacrocode(doctex).
- (#1231) Never watch
/dev/null.
- (#1228) Check if depending files exist before watching them.
- (#1199) Use the last compilation to find and watch all the dependencies.
- (#1218) Syntax highlighting in
doctex.
- (#1210) Respect output dir when refreshing viewer.
- (#1211) Accept utf8 chars in paths.
- (#1212) Try/catch the call to
pdflatexat init. - (#1216) Do not inject commented
defin mathjax. - (#1221) Do no parse the command paren inside
newcommand. - (#1222) Use
ctrl+lctrl+lforexpandLineSelection. - (#1222) Use
ctrl+lctrl+mforeditor.action.toggleTabFocusMode. - (#1224) Highlight more citation commands.
- Support
\defin addition to\newcommandin mathjax preview. - (#731) Narrow search of root file with two new settings to include or exclude files from the root file search mechanism
latex-workshop.latex.search.rootFiles.includelatex-workshop.latex.search.rootFiles.exclude
- (#1188) Add support for sage environments.
- (#1191) QoL changes to make log messages better.
- (#1192) Literate haskell.
- (#1180) A complete rework of killing LaTeX mechanism.
- (#1155) Use workspace directory as
cwdin external build command.
- Fix list of suggestions for surrounding text.
- Capture footnote content as
entity.name.footnote.latex. - (#1185) Declare
\inlinecodeand code environment asverbatim. - (#1206) Make the width of math preview on hover larger.
- (#484) Add support for magic TEX or BIB options.
- (#1141) Add a
texdocinteractive command. - (#1157) LaTeX compilation progress monitor.
- (#1161) Word-based reverse synctex.
- (#1178) Add a new config
latex.texDirsto search for input TeX in extra directories.
- Remove deprecated configs.
- Rename
hoverPreviewconfigs tohover.preview. - Rename
latex.clean.runtolatex.autoClean.run. - Combine
latex.clean.enabledandlatex.clean.onFailBuild.enabled. - Combine
latex.autoBuild.onSave.enabledandlatex.autoBuild.onTexChange.enabledaslatex.autoBuild.run. - Add
latex.clean.subfolder.enabledto determine whether subfolders should be cleared.
- (#1135) Parse
biberwarning. - (#1137)
%DIR%inoutDirworks with docker. - (#1155) Define an external build command.
- (#1156) Follow cursor in TeX structure panel.
- (#1162) Include environment variables to building tools.
- (#1131) A new config
chktex.runto define upon which eventschktexshould execute.
- Rename
latex.outputDirtolatex.outDirfor consistency with LaTeX compiler arguments. - (#1131) Rename
chktex.intervaltochktex.delayfor a better summary.
- (#1127) Not throw when a parse error occurs in
synctexjs. - (#1132) Do not provide 'Definition' for graphics files.
- (#1134) Use
path.resolveto replacepath.joinwhen applicable. - (#1137) Use
%DIR%as the default value forlatex-workshop.latex.outDir.
- (#1114) No trailing slash in
outpurDir.
- Correctly parse
putbibbib-files.
- Parse bib files provided by
putbib. - (#1063) Allow multiple viewers for the same document.
- (#1079) Improve
outdirhandling. A new placeholder%OUTDIR%is included. - (#1096) A new config to clear Compiler logs before each step of recipe.
- (#1102) A new config to specify additional directories to look for .bib files.
- Enable synctexjs by default.
- Make command and reference completion local to the LaTeX project.
- (#1085) Make intellisense local to a root file.
- (#1070) Synctex to the already opened tex file when using symlinks.
- (#1071) New command definitions inserted at incorrect position.
- (#1077) Set the default external PDF viewer based on the OS.
- (#1082) Only latex id at the beginning of a fenced block.
- (#1084) Backward synctex when trim mode.
- (#1089) Improve the accuracy of synctex.
- (#1092) A command must start with
\. - (#1095) Remove unnecessary workspace root of file caching.
- (#1095) Call findRoot when active editor changes.
- (#1100) Raise an error when viewing a non existing PDF file.
- (#1109) Clear selection after inserting citation from browser.
- Add arguments to command definition.
- Hover on a command to access the package documentation.
- (#625) Hover on a package name to access his documentation.
- (#1030) Support a builtin
synctexfunctionality. - (#1056) Support math preview on
\refwith multiple input files. - (#1058) Add commands of
intcalcpackage.
- Avoid duplicates in command intellisense.
- (#609,#669,#801,#837,#857,#883,#1059) Define
wordPatternof LaTeX. - (#970,#1059) Tab out of snippets.
- (#1060) Hilghlight
xltabularastabular. - (#1061) Scan
newcommands for intellisense. - (#1074) Avoid viewer title duplication.
- Comprehensive
citeandrefintellisense improvements. - (#1018) Add placeholder
%TMPDIR%tolatex-workshop.latex.outputDir. - (#1022) Add documentation for
pdf.jsshortcuts. - (#1024) Add support for
pyglistenv (verbmentspackage). - (#1028) Add command
view in external viewerto menu. - (#1034) Add intellisense for wrapper packages.
- (#1036) Intellisense: Add one entry per command signature.
- (#1051) Add entries from thebibliography to citation intellisense.
- Fix missing argument in citation.browser.
- (#1015) Fix formatter not respecting tab and space settings due to wrong option.
- (#1025) Fold
\part. - (#1026) Collapse
\begingroup...\endgroup. - (#1027) Syntax for
lstinline. - (#1031) Fix sorting
completionItemsof commands in dropdown. - (#1032) Fix citation completion for keys containing : - _ and .
- (#1041) Display current file hierarchy in vs code outline.
- (#1046) Do not capture strings ```...''`.
- (#1048) Fix reverse synctex for odd and even spread mode.
- (#1054) Fix trim mode with annotations.
- Hide the sidebar notification green dot of pdf viewer.
- (#995) Add syntax support for
mintinline. - (#995) curly braces vs pair of same delimiters.
- (#1006) Focus on active editor after switching to latex view.
- (#1009) By default disable auto showing the side bar view.
- Reverse synctex not working due to encoded file path.
- A better view switching logic between tex files and git-diffs of them.
- (#992) Provide command intellisense for selected packages.
- Two new config items are included, namely
intellisense.unimathsymbols.enabledandintellisense.package.enabled, defaultedfalse. - For command and environment intellisense of particular contents, enable the corresponding config.
- Please report if you experienced significant delay when activating the extension.
- Two new config items are included, namely
- (#1002) Add a
view.autoActivateLatex.enabledconfig to auto-show latex view when switching back from non-tex files.
- (#987) Fix error loading pdf paths with
#. - (#990) Add
documentclasspreamble folding - (#994) Restore trimming option upon pdf refresh.
- (#997) Hover preview accepts
(re)newcommands*with the star.
- (#673) Customizable docker image.
- (#813)
message.latexlog.excludeto exclude compiler messages. - (#875) Hover preview includes all
(re)newcommands. - (#975) Provide
bind.altKeymap.enabledconfig to use alternativectrl+lalt+ keymap. - (#982) Add
%TMPDIR%placeholder to tools.
- Better section and LaTeX environment folding.
- Show status bar icon when switching back from non-tex files.
- Consistent viewer trimming selector.
- Wrong bib file definition location.
- (#765)
syncTeXupon build finished, beside viewer loaded. - (#976) Only insert
\itemwhen cursor is at the end of an line or followed by only spaces.
- Retain TeX sidebar badge when focusing PDF viewer.
- Unified PDF viewer dropdown menu style.
- (#957) Allow
latex-workshop.latex.outputDirto be an absolute path. - (#972) Add space after
\itemin snippets.
- Catch error when parsing theme files.
- (#956) Hang when magic comments form a loop.
- (#944) Add content folding.
- (#947) Change the displayed name of this extension to
LaTeX.
- (#945) De-indent
\documentclass{}.
- (#941) PDFJS library not bundled correctly, again.
- (#941) PDFJS library not bundled correctly.
- (#909) Add [View on pdf] link in hover on \ref.
- (#922) Add highlighting support for
VerbatimOut. - (#935) Upgrade
pdfjsto 2.0.943.
- (#901) Hover preview not render cursor at the beginning and at the end.
- (#933) Clean output directory recursively.
- (#894) Use '/' as the path separator for file completion.
- (#905) Hover preview stop rendering cursor in label.
- (#890) Offline math hover preview.
- Extension distribution size is reduced.
- (#885) No
--max-print-linewithxelatexandlualatex. - (#886) Understand
\InputIfFileExistsas an\inputcommand. - (#889) Item-on-enter issue with Vim extension.
- Bundle a minimal MathJax with the extension.
- (#873) Enable scaling of math preview in hover.
- Not able to preview maths in LaTeX environments.
- Insert
\itemon enter again. - Auto-completion for file path.
- (#864) Use webpack for release bundling.
- (#867) Hover on LaTeX for math preview.
- (#849) Use WebView API for PDF content persistency.
- More keyboard shortcuts
@tecosaur. - (#809) Implement keybindings for snippets.
- More syntax highlight improvements.
- (#816) Ignore outputDir setting when directly viewing PDFs.
- Add more text formatting commands to latex.json.
- Add more math symbols as snippets.
- (#789) Add shortcut ctrl/cmd+alt+x to activate latex badge.
- (#809) Use
@v+ letter for variants of greek letters.
- (#796) Add extra file stack handling for MikTeX.
- (#803) Use dedicated scopes for curly/round brackets.
- (#806) Make commands available for surrounding text.
- (#808) Chmod 755 instead of 777 for potential security flaw.
- (#819) Associate
.ltxwith TeX filetype. - (#821) Make underscore excluded in
constant.character.math.tex.
- (#796) Prevent build commands from breaking lines in output.
- (#796) Fix wrong handle of non canonical
EOLin log messages. - (#797) Fix
undefineddepth error in LaTeX structure. - (#798) Select line in
gotoSection. - (#802) Add contextual menu back, enabled by a new configuration item.
- Add command view to sidebar.
- (#768) Meaningful symbol definitions.
- (#790) Added snippet for Greek letters to detail.
- (#792) Enable activity bar item only on LaTeX projects.
- (#794) Enable snippets usage on selected text.
- (#786) Correct file path parsing in LaTeX log.
- (#788) Make tooltips honor message line breaks.
- Show LaTeX project structure in a new activity bar badge.
- Adapt to new vscode
1.27platform-specific keybind. - (#730) Log parsing improvements.
- (#733) Make
outputDirunderstand placeholders. - (#743) Allow any filetype extension to be declared as latex.
- (#744) Automatically trigger intellisense after inserting a snippet and selected commands.
- (#780) Add more
amsmathenvironments to snippets.
- Remove snippets placeholders default values.
- Show outline of the current file in built-in
outlineview.
- (#752) Fix outline when using \input with a full path.
- (#781) Handle multiline log messages.
- (#783) Re-open all opened PDF upon activation.
- Temporarily remove
enter-to-insert-\itemfeature.
- (#739) Correctly insert linebreak with ENTER outside
itemizeenvironment.
- Add config to enable file cleaning after a failed building process.
- (#705) Support
\importas well as\subimportfor outline and build. - (#719) Supersed 'Enter' to automatically add
\itemwhile itemizing. - (#720) Support nested
subimports@Moberstein.
- README contents.
- Make sure magic comments start at the beginning of the line.
- (#696) Make outline handle title with nested braces.
- (#723) Finding root file when using nested
subimport. - (#728) Do not autocomplete
\end. - (#736) Do not build upon file change if building, suppress next build within 1s.
- (#701) Add config to disable badbox information.
- (#710) Add syntax support for latex fenced block in markdown.
- (#717) Auto show PDF on left click in file explorer.
- Make sure to ignore all comments in Outline.
- (#713) Make sure to ignore comments when finding dependencies.
- (#693) Correct pdf tab focus logic.
- (#694) Adopt new grid layout.
- Add a new config to ignore too large bib-files.
- (#499) Add chktex auto-fix for
$...$and$$...$$. - (#658) Add import package support to outline.
- (#666) Add a new pattern for badbox warning.
- (#668) Add
(){}[].,to macro boundaries. - (#684) Support multiple root file.
- (#686) Smart
.chktexrclocation detection.
- Fix a problem preventing
latexindentworking on directories with spaces. - (#556) Do not start build for terminated process
- (#653) Honor insertSpaces in latexformatter.
- (#663) Fixed documentation for
bigveeandbigwedge. - (#667) Complete
\hyperref[]with labels. - (#668) Fix math keyword highlighting followed by
_. - (#682) Don't lose focus for pdf tab preview.
- (#635) Outline update with
autoBuild.onSavedisabled. - (#646) Reference completion with multiple files.
- (#648) Wrap
vscode.window.showErrorMessageto respect the config. - (#652) Nested maths environment highlighting.
- (#600) Provide a command to view in vscode tab.
- (#613) Add auto synctex after build config.
- Bibtex incorrectly parse entries without delimitors.
- (#628, #629) More fixes on syntax highlighting.
- (#634) Ignore labels defined in comments.
- (#637) Use detached mode when opening external viewer.
- (#640) Prompt title and author in citation hover hint
- (#618) Snippets with no leading
\.
- (#604) Ignore
"in LaTeX syntax highlighting.
- (#595) Handle nested
{...}in macro arguments. - (#606) Declare cases as a math environment.
- (#609) For maths snippets, use
$0as the placeholder for the body part. - (#615) Make syntax aware of optional arguments.
- (#624) Syntax highlighting for
&and\\.
- (#565) Format bibtex with formatter.
- (#597) Do not highlight strings in .bib files @jlelong.
- (#598) Autocomplete for
\leftcommand @jcmonteiro. - (#603) Remove double
"matching highlight.
- Fix
not using schemewarning when activating extension. - (#559) Double encode
&in url to prevent browser auto-decode. - (#566) Recognize indented section headers in outline.
- (#567) Remove
framein environment hint and add in commands. - (#586) Ignore sections after
\end{document}in outline.
- (#585) Merge latex-memoir into latex @jlelong.
- (#575) Fix unbalanced strings in syntax highlights @jlelong.
- (#576) Remove
set -euoin linux docker executables. - (#577) Disable latexindent check when docker enabled.
- (#579) Do not capture
{...}groups @jlelong. - (#581) Fix no completion for double backslash @jlelong.
- (#582,#583) Further LaTeX syntax re-organize @jlelong.
- (#552) Add multicursor to current environment name @jlelong.
- (#573) Add environments and package completion @chantisnake.
- (#181) Correct in-tab view option.
- (#568) Prevent completion for
\\.
- Experimental docker support.
- (#546) More syntax highlighting adjustments @jlelong.
- (#441) Add
%TEX%placeholder for external synctex. - (#511) Experimental texify log parsing.
- (#529) Turns the step name into the program name @acristoffers.
- (#532) Add Close / Navigate to environment actions @jlelong.
- (#534) Complete \sqrt as \sqrt{x} using snippets @jlelong.
- (#533) Set working directory when calling LaTeX binaries @Arxisos.
- (#539) Correct magic comment description.
- (#441) Add syncTeX to external experimental support.
- (#512) Show recipe progress in statusbar @oerpli.
- (#513) Add kill process function.
- (#520) View correct PDF with
outputDirset. - (#521) No
bibwill be executed without a%! BIB programcomment @acristoffers. - (#522) Fix highlighting of {\{...\}} blocks @jlelong.
- (#523) Fix key/value highlighting in bib files @jlelong.
- (#526,#527) Dependency updates @thetric.
- (#496) Add options to show/hide messages with different severities.
- (#500) Add open compiler log option to error message.
- (#504) Respect recipe when magic comment is given @acristoffers.
- (#507) Does not show warning after immigration to recipe system.
- (#494) Pick viewer in default case where 'viewer' is 'none'.
- (#489) Magic comment program with undefined arguments.
- (#482) Show info on how to change default pdf viewer.
- (#483) Auto change toolchain to recipe.
- Overhaul
All Actionsquickdrop menu.
- Correct building process fatal error status bar icon.
- (#485) Formatter works for paths with spaces.
- (#426)
\usepackageintellisense. - (#441) Unofficial external PDF viewer support.
- (#441) Selectable view icon viewer target.
- (#447) Multiple embedded PDF viewer improvements @chatziko.
- (#459) Make arguments for latexindent configurable @project-pp.
- (#467) Intelligently add root magic comment @oerpli.
- Use the new notification UI of vscode.
- (#457,#468,#471,#473,#481) Multiple LaTeX syntax highlighting improvements @jlelong.
- (#477) Change the original toolchain system to a new recipe system.
- Please refer to the updated README on how to migrate.
- (#449) Fix a typo in snippet for 'cline' command @hy950831.
- Why skipping version 4? Four is sometimes considered an unlucky number in Chinese. XD
- (#415) Support document range formatting @zoehneto.
- (#424) Support latex specific formatting settings @zoehneto.
- (#416) Clean auxillary files and retry once on build errors @schrej.
- Disable surrounding command by default.
- (#401) Use
127.0.0.1instead oflocalhost. - (#417) Improved synctex accuracy @chatziko.
- (#418) Focus the iframe of the pdf viewer to enable keyboard navigation @chatziko.
- (#419) Handle external links in the embedded viewer @chatziko.
- (#332) Ctrl click on file name to navigate.
- (#372) Show dropdown menu on which file to build.
- (#383) Make path for latexindent configurable.
- (#381) Fix current working directory issue when formatting on windows.
- (#373) Toolchain does not append
-pdflatex=pdflatextolatexmk.
- Normalize path separator to *nix-style
/on Windows.
- (#368) Formatter now respect vscode indent settings @zoehneto.
- (#369) The color of PDF viewer can be controlled.
- (#371)
latexmkuses magic command to select compiler.
- (#363) Integrate nfode/latex-formatter with fix for indent.log @zoehneto.
- (#359) Fix PDF viewing with ipv6 address @caidao22.
- (#361) Comments may contain latex commands that should not be read @jsinglet.
- (#365) Remove
$auto-pairing.
- Add conflict extension check.
- (#240) View any PDF file from the context menu.
- (#249) Clean auxiliary file now respect globs.
- (#355) Add region markers support @Ash258.
- (#286) Hide print buttons when PDF is viewed in vscode.
- (#346)
\input{file.tex}need not to be at the row start to be included in outline. - (#353)
\begin{comment}syntax highlight.
- (#315) Highlight the location of SyncTeX in PDF viewer.
- Tweak SyncTeX accuracy.
- Tweak toolbar show/hide behavior and threshold.
- (#335) add an option to specify the browser used to view PDF file @Lencerf.
- (#343) Move mouse on viewer to show toolbar, revert viewer style.
- (#341) Clarify
latex-workshop.latex.outputDirusage.
- (#321) LaTeX inline math completion @innerlee.
- A new config item to disable new version message.
- (#325) Parse paths with hashtag.
- (#333) PDF viewer with new theme has 2px border overflow.
- (#308) Multi-root support @innerlee.
- (#313)
chkTeXnow supports.chktexrcconfig @innerlee.
- (#314) Empty bibliography warning is now omitted @innerlee.
- (#320) All LaTeX Workshop commands also activate the extension despite document type.
- (#312) SyncTeX fails if the current position locates on last line which is empty @innerlee.
- (#323) Irregular LaTeX log lead to trailing whitespace in file stack.
- (#283, #302) Update README @lippertmarkus.
- (#305) Change PDF viewer theme to be brighter. This theme reduces eye strain when refreshing PDF @innerlee.
- (#297) PDF path can contain
#now.
- (#288) New
latex-workshop.intellisense.surroundCommand.enabledconfig to control command surrounding feature.
- (#284) Fix CMap URL to display CJK languages correctly @maruta.
- (#275) New icon @bartosz-antosik. Nice!
- (#272) Consider TeX files as proper project sources.
- (#268) Saving document actually changes outline.
- Better expl3 syntax highlight not shipped in
3.5.1.
- (#261) Use dedicated output panel to display LaTeX compiler logs.
- (#267) Better expl3 highlight with
@.
- (#256)
document,frame,columnsandcolumnenvironments. - (#259) Expl3 colorizer.
- (#257) Use "editorTextFocus" as key-bind condition.
- Wrong content surrounded by command on long lines.
- (#244)
opnwon't open web browsers for PDF viewer. Prompt instead.
- (#244) Dev console error when switching to non-editor panes.
- (#254) Use dirty logic to replace vscode-vim-specific command for LaTeX command surrounding.
- (#246) Surround selection with latex command by pressing
\.
- Intellisense citation browser overridden by word hint.
- (#247) Fix pdf viewer default setting won't work issue.
- (#235) Add surrounding pairs for opening ` and closing '.
- (#239) Support
label={some-label}type reference. - (#242) Correct bibtex parser position offset.
- (#245) Log parser file resolve from root instead of stack.
- Reverse synctex opens
texfile in the wrong view column when bottom panel is visible.
- (#220) Continuous non-stop parsing
texfile.
- Use
pdfjs-distto reduce codebase size. - Refresh PDF with pdf.js viewer API to reduce flashing time.
- (#221) Open synctex document in non-pdf-viewer column.
- (#229) Tab bar view-pdf icon is back.
- (#223) Multi-file LaTeX log messages point to wrong file.
- (#219) Show all symbol definitions within a document and the project.
- (#224) Count single file words and floats when not opening the root LaTeX file.
- (#216) Wrong status bar display when killing child processes.
- (#217) PDF tab viewer over UNC cannot refresh.
- (#214, #215) PDF viewer not properly registered in extension.
- (#142) LaTeX project word counter by TeXCount.
- Windows users are suggested to upgrade TeXCount to version 3.0.1.
- (#212) Add
newcommandetc definition support.
- (#211) Tab viewer support UNC address
- (#208) Extension initialization failed when no root file is found.
- (#184) Add LaTeX language hover and definition providers.
- (#202) Extra biblatex entry types.
- (#204) Basic auto-indent feature provided by VS Code.
- (#205) Re-construct latex log parser. Credited to
@Vogel612.
- (#203) Multiple optional parameter support to
\cite.
- (#195)
lstlistingmesses up syntax highlight. - (#196) Citation browser auto-complete replaces all characters in curly brackets.
- (#190) Now use a standalone file under extension folder to perform version check.
- (#193) Duplicated entries in quick menu if Action is invoked multiple times.
- Click
Closeon new version alert redirects to GitHub repo.
- (#182) Use
|as delimiters for outline section tags (latex-workshop.view.outline.sections) in the same level. - Supporting entries in the dropdown quick menu.
- Version update notice with small candies.
- (#183) Citation browser does not replace the character already input in
\cite{xxx.
- Extension unable to activate due to typo in retrieving outline configuration item.
- (#177) Add a new configuration item to customize LaTeX outline structure.
- (#178) LaTeX outline only show on LaTeX documents.
- This requires an API from Insider channel. Public channel users need to wait for a while.
- Rename
latex-workshop.viewerconfigs tolatex-workshop.view, and move existing configs topdfsub-domain.
- (#132, #173) Citation browser won't search if any bibtex item does not have title attribute.
- Extension activate upon vscode start regardless of language setting.
- (#175) Add LaTeX document outline. Credited to
@jsinglet.
- (#176) Use a new bibtex parser to better handle double quoted strings in bib files.
- (#169) Add new configuration entry
latex-workshop.latex.additionalBibto auto-complete globally included.bibfiles.
- Chokidar watches the same file multiple times if multi-included.
- (#168) Add new placeholder
%DIR%in toolchain.
- (#167) Linter shows no linting message if
chktexreturns warnings.
- (#156) Two new config items to control the default parameters for PDF viewer.
- (#158) Use theme color to colorize status bar messages.
- (#161) Add auto pairing for
$and `. - (#155) Remove
lstlistingspecific highlight rules.
- (#154) Support
# !TeX programmagic comment.
- (#141)
itemizeandenumerateintellisense append an\item.
- (#144) Typo on multline environment.
- More debug info when killing previous building process upon saving files.
- VS Code 1.12 makes pdf-viewer iframe oversize horizontally.
- (#127) Reference intellisense now provide context in completion item details.
- (#128) User configurable citation intellisense method (inline or browser).
- (#128) Citation browser search-able by authors and citation keys.
- Default keyboard shortcuts for all LaTeX Workshop commands.
- (#116) Fix mis-read outputDir config.
- (#115) Fix reading wrong outputDir config when creating paths.
- (#114) Clean project also clean files in outputDir.
- (#108) Correctly parse bib entries surrounded by quotes.
- (#110) Temporarily solve MikTeX chktex return code 1 problem.
- (#104) Support non-pdflatex toolchain in latexmk.
- (#103) Add an
outputDirconfig to define the LaTeX output directory.
- (#105) Building multi-root project would always compile the same file.
- (#90) Citation intellisense display item customizable in configurations.
- (#90) A citation browser accessible from Actions or Quick Menu.
- (#93) SyncTeX path now configurable in configurations.
- (#96) Alerts when obsolete configuration items are found.
- (#92) Quick Menu items are prepended with
LaTeX Workshopfor easier access. - (#96) All configuration items are renamed.
- This is a backward incompatible change. Users are required to re-set their configurations.
- (#96) All commands use
spawninstead ofexecfor more stable cross-platform experience.
- (#88) Raw LaTeX log now displays in a separate new tab.
- Raw log content will refresh in real-time.
- (#86) Forward SyncTeX from LaTeX to PDF now works properly.
- (#79) Environments can be autocompleted with
\.- For example,
\begin{align}\n\n\end{align}will show after typing\alignor shorter.
- For example,
- (#81) A quick menu showing all LaTeX Workshop commands.
- It can be invoked by clicking the status bar item, right click any
LaTeXfile, or usinglatex-workshop.actionscommand.
- It can be invoked by clicking the status bar item, right click any
- (#84) Add many uni-math symbols to intellisense.
- (#81) Clicking status bar item can show the previous status, as well as the quick menu.
- (#81) Some commands are removed in the right click context menu.
- (#71) Extension now uses
chokidarto monitor file changes.- This change will significantly reduce disk IO when intellisense is frequently triggered.
- (#74) Fix
.texextension name not properly removed when replacing%DOC%in toolchains.
- (#68)
ChkTeXcode action for12: interword space.
- (#67)
ChkTeXignores configuration and lints upon changing active editor.
- (#65) Commands with arguments incorrected inserted with
\undefined{args}.
Let's welcome @jabooth who joins the development of LaTeX Workshop!
- Auto clean LaTeX project after building LaTeX project, or on demand.
- (#60) Many
ChkTeXdiagnostics have code actions. See readme for more. - (#62) Add back the default LaTeX commands to intellisense.
- (#57) Now
ChkTeXreads from stdin instead of temp files.
- (#51) Now diagnostics show message sources.
- (#56) Real-time
ChkTeXon active editor.
- (#54) Web page url different from the one with tab view.
- (#45)
ChkTeXdiagnostics separated fromLateXones. - (#46) Now save all editors when building.
- A higher-resolution new icon.
- (#44)
.texfiles with dot in the file name cannot get recognized in\input. - (#48) Use
.bibentry whitelist to avoid issues by unformal entries.
- (#39) LaTeX linting with
ChkTeX.
- Web page title will show
[disconnected]when the websocket is closed.- Such web pages cannot communicate with the extension. Thus will not auto refresh or SyncTeX.
- Temp files created by log parser will be automatically deleted. In most cases.
- (#38) Cope with typical language ids.
- (#37) Extension failed to activate with language id
latex(instead ofLaTeX).
- Completely re-write the extension with more extensibility.
- Original features should be inherited. If not, please submit issues.
- (#29) Status bar item auto-fold after two seconds.
- (#29) Status bar item does not display on non-tex files.
- (#30) Not able to parse multiple bib files in a same command.
- (#28) Use icons provided by @bartosz-antosik. Many thanks!
- (#21) Use icon instead of text in editor title to save space.
- (#25) Bibliography file in subfolders now supports autocompletion.
- (#18) Compile from active editor command.
- (#14) Do not pop log panel with no log messages.
- (#13) Remove quote autocomplete.
- (#10) ENTER after backslash new creates a new line.
- (#9) Disable Mac OS binary check.
- A lovely icon in status bar to toggle compile-on-save feature.
- The configuration
latex-workshop.compile_on_saveis used to set the initial state.
- The configuration
- The compilation logging pattern.
- SyncTeX use full path with
\.\in Windows.
- (#8) SyncTeX use full path and the constructed uri is different. Credited to
jccha. - (#8) OSX CMD+Click not working for reverse SyncTeX. Credited to
jccha.
- Now configurations will take effect without reload except
compiler.
- (#7) SyncTeX fails when main document is not in root. Credited to
Andersw88. - Compile twice if unsaved and click compile from context menu.
- Way of presenting latex log results.
- Unable to parse
file.tex:123: latex errortype error.
- Missing requirejs dependency leading to failed extension initialization.
- LaTeX log parser. Output to LaTeX Workshop output channel.
- Ignoring double curly brackets in parsed bibtex items to avoid spamming.
- Better bibTeX autocompletion
- Now provide title, publication, and authors in citation autocomplete.
- If parser failed, fallback to original implementation.
- Add curly brackets after multiple commands.
- User can go on typing for inner content autocompletion.
- Revert back to manual CompletionItem and SnippetString creation for auto-completion.
- Users should experience a better auto-completion feature.
- (#4) Compile throw error on sending websocket message with undefined client.
- In browser PDF preview URL.
- User should not experience any feature changes
- Several useless PDF viewer buttons: open, download, presentation mode.
- In browser PDF preview.
- Find it in right-click menu!
- Server-client communication model.
- Refractor the context menu.
- PDF viewer scroll to (0,0) after clicking compilation but before refreshing.
- (#2) Use HTML data to store PDF position before compilation.
- The PDF position can be restored after compilation instead of previous SyncTeX method.
- More colorization with textmate tex grammar.
- Command autocomplete not working.
- Colorization using textmate grammar file.
- Wildcard reference autocomplete for any commands with
ref.
latex-workshop.main_documentconfig to explicitly define the main document.- If set with some value, the auto-detection is disabled.
- If set
null, auto-detection will use the old logic as in 0.1.5.
- Snippet for \begin command. Now the \end command will also be appended.
- Right click text editor for compile option.
- (#1) Compile and preview will search for main tex document for processing.
- Main document is determined by "\begin{document}" string.
- If the current active file has this string, it is set to the main document.
- Otherwise, all .tex files under the root of the opened folder is checked. The first one with this string is the main document.
- Tests needed.
- Now PDF viewer will try to use synctex to scroll to tex editor cursor position upon refresh.
- Use code snippet for all latex backslash commands.
- Now autocomplete will show when the first letter is input after the backslash.
- Now backslash autocomplete can use tab to navigate to proper positions for contents.
- \ref won't develop autocomplete recommends when .aux file is not generated.
- Synchronously read related files when developing citation and reference autocompletes.
- The original acynchronous pattern will miss the latest changes.
- If the autocomplete reaction speed is greatly influenced in large files, this change may be reverted.
- An extension icon.
- In some cases \cite and \ref won't develop autocomplete recommends.
- Compile LaTeX to PDF
- Live Preview
- SyncTex
- Autocomplete on backslash, citation, and reference
- Configuration
- Merged into version 0.1.0.