Feature request: expand pylance to support IPython syntax (magics, etc). #1868
-
An IPython magic statement like I believe would be useful enhancement for pylance to avoid giving errors on such IPython line and cell magics if the underlying file type in the editor is What is the current recommended workaround for such cases? Does one add a trailing from IPython.core.getipython import get_ipython
get_ipython().run_line_magic('reload_ext', 'autoreload') Is there any plan on the roadmap for pylance to be extended to IPython syntax? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm going to transfer this to an issue; we don't use discussions for feature requests or bug reports. |
Beta Was this translation helpful? Give feedback.
I'm going to transfer this to an issue; we don't use discussions for feature requests or bug reports.