iamhyc / Overleaf-Workshop

Open Overleaf/ShareLaTex projects in vscode, with full collaboration support.
https://marketplace.visualstudio.com/items?itemName=iamhyc.overleaf-workshop
GNU Affero General Public License v3.0
482 stars 10 forks source link

[Feature Request] Plugin-support - Problems with virtual filesystem #35

Closed LarsPROD closed 10 months ago

LarsPROD commented 11 months ago

Hi,

this plugin is great! Me and my team are very amazed.

I would like to ask, if its possible to enable more plugin-compatibility? The most plugins we use are not suitible for files on a virtal filesystem. The most important for us is a autoformatter, like provided in the common LaTeX-workshop. But we use other extentions as well, wich have the same incompatibility.

best wishes, Lars

iamhyc commented 11 months ago

The plugin compatibility with virtual file system is claimed by the plugin itself. So, unfortunately, we have nothing to do to improve this compatibility.

About code formatting, we are actually investigating the possibility with unified-latex. We plan to provide the feature in/before version v0.5.0, please stay in tuned.

LarsPROD commented 11 months ago

yeah, i know, i hoped you were able to get a workaround done with a synced local copy or so :D

Ah, that i didn`t know that, wonderful!

have thanks for the nice work!

iamhyc commented 11 months ago

yeah, i know, i hoped you were able to get a workaround done with a synced local copy or so :D

Ah, that i didn`t know that, wonderful!

have thanks for the nice work!

Interesting idea. I will try to implement the "local sync copy" when I am getting on the "local git bridge" feature :)

iamhyc commented 10 months ago

@LarsPROD Hi, we have just released version v0.4.2 which allow you to open project locally. However, the function like "compile / pdf preview / intellisense" provided by overleaf server will not work any more on the local folder. Please refer to issue #36 for a more detailed guidance, and also give feedback on this function in that thread.

As for the code formatting function for virtual filesystem, it may still take some time and we have decided to postpone the release in version v0.6.0.

iamhyc commented 10 months ago

The format feature is now provided in version v0.5.5. I will close this issue as complete now.