LaTeX-Utilities
LaTeX-Utilities copied to clipboard
Add a `DocumentDropEditProvider` to support drop images and tables into editor
See James-Yu/LaTeX-Workshop#3417.
I think we only need to support drop images and tex files (which will be inserted as text).
We surely can support dropping csv tables, but I personally think that this is unnecessary. I usually create a table in excel and paste it into tex, and my csv files is usually very large to be included in tex.
Any ideas?