valentjn / vscode-ltex

LTeX: Grammar/spell checker :mag::heavy_check_mark: for VS Code using LanguageTool with support for LaTeX :mortar_board:, Markdown :pencil:, and others
https://valentjn.github.io/ltex
Mozilla Public License 2.0
817 stars 29 forks source link

Run on multiple files of the project #893

Open pesho-ivanov opened 1 month ago

pesho-ivanov commented 1 month ago

Is your feature request related to a problem? Please describe. I expect to get a list of all spelling errors in my project (an academic paper) so that I can be sure I do not miss any.

Describe the solution you'd like I would expect that the ltex runs on all files in my project (or on a glob) so that I can go through the list of reported Infos events.

Describe alternatives you've considered Opening all files manually in order for ltex to run on them.

spitzerd commented 1 month ago

You can do it with the command LTeX: Check All Documents in Workspace