yzhang-gh / vscode-markdown

Markdown All in One
https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one
MIT License
2.92k stars 326 forks source link

Add intelligent suggestions from at-suggestions.json #1416

Open BoyaYan opened 6 months ago

BoyaYan commented 6 months ago

Proposal

I hope that the intelligent hints in the mathematical environment of markdown are consistent with latex. So is it possible to add IntelliSense or quick suggestions from at-suggestions.json in the extension "LaTeX Workshop" to the Markdown math environment? Thanks!!!

yzhang-gh commented 6 months ago

Currently the math suggestions are based on the KaTeX website. I have little knowledge about the at-suggestions.json but I guess there will be invalid commands as KaTeX is not 100% LaTeX. If you find some specific math symbols are not in the current suggestions, just let me know.