Skip to content
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

Up/Down arrow (in the interactive window) are not going to the signature help when its active #3359

Closed
rchiodo opened this issue May 28, 2019 · 0 comments
Assignees

Comments

@rchiodo
Copy link
Contributor

rchiodo commented May 28, 2019

Create a piece of code like so:

#%%
def myFun(arg1, arg2):
    ''' description of function '''
    print('this is my function')

Execute the cell twice.
Enter something into the input box.

Go to input prompt and type
'myFun'

When the signature help appears, it should show an up/down arrow. Hit the down arrow on the keyboard, and then the up arrow.

Expected result:

  • it switches between the two signatures

Actual result:

  • Previous entry in the input box is picked.
@rchiodo rchiodo self-assigned this Jun 4, 2019
@rchiodo rchiodo closed this as completed Aug 6, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Aug 14, 2019
@microsoft microsoft unlocked this conversation Nov 14, 2020
@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-python Nov 14, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant