Support intellisense for variables generated via %run #10840
BaselOmari
started this conversation in
New Ideas
Replies: 1 comment
-
Looks like a duplicate of #6987 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The %run command (eg.
%run file.ipynb
) runs the named ipynb file. This isn't recognized by vscode, and classes and functions from the imported ipynb file aren't recognized as being defined.Could we add support for this?
Clarifying example:
Beta Was this translation helpful? Give feedback.
All reactions