telesoho / vscode-markdown-paste-image

Smartly paste for Markdown.
MIT License
135 stars 41 forks source link

Support for pasting code with auto detecting language #50

Closed pluveto closed 2 years ago

pluveto commented 2 years ago

Paste code fences with language (can be infer from code)

telesoho commented 2 years ago

@pluveto Thank you for your advice, But infer language from code is not easy.

pluveto commented 2 years ago

This may be useful: https://github.com/ts95/lang-detector

telesoho commented 2 years ago

@pluveto Thank you very much. I found microsoft has already used language detection in vscode. https://github.com/microsoft/vscode-languagedetection I will try to use it in this extension.

pluveto commented 2 years ago

@pluveto Thank you very much. I found microsoft has already used language detection in vscode. https://github.com/microsoft/vscode-languagedetection I will try to use it in this extension.

Wow, that's awesome!

telesoho commented 2 years ago

@pluveto I already add this feature in new version v0.14.0 (command: Markdown Paste Code)

pluveto commented 2 years ago

Nice work!