goessner / mdmath

LaTeX Math for Markdown inside of Visual Studio Code.
MIT License
748 stars 56 forks source link

Adding intellisense or autocomplete to Markdown+Math might be a good idea. #59

Closed xiezhuojin closed 5 years ago

xiezhuojin commented 6 years ago

Summary

I am trying to use vs-code as my daily use markdown editor, but I find out there are no markdown extensions that support math syntax. There is an extension called LaTeX Workshop that supports autocomplete, but only in .tex files. I really hope there is a way to use autocomplete.

...

Expected behavior

...

Actual behavior

...

Steps to reproduce

  1. First step
  2. Second step
  3. Third step

Code example

Some markdown code ...

... with issues.

Related links

Environment

     Operating system: ___
       VSCode version: ___
Markdown+Math version: ___
goessner commented 5 years ago

There are already Markdown intellisense supporting extensions out there, which you might want to install in parallel. I would like to keep mdmath as lean and as performant as possible at current.

Sorry & thanks