microsoft / python-language-server

Microsoft Language Server for Python
Apache License 2.0
910 stars 130 forks source link

Allow language server to be used within markdown code blocks #2141

Open amichuda opened 3 years ago

amichuda commented 3 years ago

Would it be possible to use the capabilities of the language server within markdown files' python code blocks? This would be within .md files or some new file extension so that you can write code with all the features when editing .py files.

This is particularly useful when writing dynamic documents where text and code are written together and executed with tools such as codebraid or jupyter-book