James-Yu / LaTeX-Workshop

Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.
MIT License
10.42k stars 519 forks source link

"@ suggestions" is not compatible with Overleaf-Workshop #4262

Closed Social-Mean closed 1 month ago

Social-Mean commented 1 month ago

Please fill the following fields with a star (*) and provide as much related information as possible.

Pre-checks*

Please change the following [ ] to [x] for confirmation.

  • [x] The feature request has not been suggested in this repository.

The Missed*

Is your feature request related to a problem? Please provide a clear and concise description of what the problem is.

  • Overleaf-Workshop is a plugin to open Overleaf (ShareLatex) projects in VSCode, with full collaboration support.
  • When I use Overleaf-Workshop to edit my projects online, the "@ suggestions" in LaTeX-Workshop is not working. 图片

The Solution*

Please provide a solution you would like to have.

  • I find that some "Snippets" work well in the same situation. 图片
  • and LaTeX-Workshop says "Only a few features are supported". 图片
  • If we use an approach like "Snippets" to the "@ suggestions", the problem will likely be solved.

Anything Else?

Add any other context about the feature request below.

  • None.
James-Yu commented 1 month ago

That may be limits by vscode. The extension is heavily filesystem-based, which may not work with web-based file systems.

Social-Mean commented 1 month ago

That may be limits by vscode. The extension is heavily filesystem-based, which may not work with web-based file systems.

But why snippets like "BEQ" work well?

James-Yu commented 1 month ago

vscode controls them.