-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interactive window autocompletion #3507
Comments
Dupe of microsoft/vscode-python#4170 |
@rchiodo I am not sure if this is exactly the same since in the interactive command prompt I expect the prompt to look into the live objects and search through their properties and provide options instead of trying to guess the type of objects like the intellisense engine does. |
Yeah you're right. The other issue should mention that. I'll update it. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is a feature request not a bug.
It would be super useful to have the command prompt in the interactive window have the following functionality of IPython shell
The text was updated successfully, but these errors were encountered: