shd101wyy / vscode-markdown-preview-enhanced

One of the "BEST" markdown preview extensions for Visual Studio Code
https://shd101wyy.github.io/markdown-preview-enhanced
Other
1.47k stars 173 forks source link

Feature Request: Add support for symbolator #859

Open ggarcia-ee opened 2 years ago

ggarcia-ee commented 2 years ago

It would be great to support generation of Symbolator diagrams. Its a tool for generating schematics from VLSI code representation like VHDL or Verilog

Something like

'''symbolator
symbolator diagram code
'''
zhuzhzh commented 2 years ago

I think it's hard, symbolator depends on pango, which depends on GTK3+. I didn't find any release pacakge of pango on windows.