-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
C# Interactive shortcut UpArrow doesn't appear to work in VS 2015 Update 1 #7170
Comments
It looks like this language was introduced with commit 96b34e9(but it's incorrect, because nobody ever implemented what it describes). To navigate history, you must use Alt+UpArrow and Alt+DownArrow. I'll correct the |
Looks like there's an issue tracking the implementation of "SmartUpDown" (#5125). I've gone ahead an moved that into the current Milestone. |
Thank you for reviewing. Have a good holiday break :) |
@shaggygi same to you! 😄 |
Actually, I realized the help text is the way it is because the command implementation is shared with Python (and it accurately reflects the behavior there). Therefore, I'm going to leave the help text as is and we'll just make it work in C#. Closing this issue (implementation of new behavior will be tracked by #5125). |
|
@GSPP Is that clean VS or do you have any extensions installed? |
@tmat just tested in VS17 15.1 with Resharper and Power Commands as the only seemingly relevant addons. |
@GSPP Have you tried to disable them? |
When pressing the UpArrow in C# Interactive, the cursor moves up to line above. I thought it would cycle through the history similar to Python Interaction.
The help also states this functionality.
At the end of the current submission, replace the current submission with a previous submission. Elsewhere, move the cursor up one line.
Anyone else seeing this in v1.1
The text was updated successfully, but these errors were encountered: