Cut and Paste Bugs

Issue #165 resolved
Former user created an issue

If you highlight text in the Powershell Interactive window, and attempt to paste over the highlighted text using Ctrl + V, Visual Studio hangs and does not recover. Also, keyboard shortcut for copying, Ctrl + C, does not work in the Powershell Interactive Window.

Comments (2)

  1. Nick De Lancie

    I reported the second part of this (Ctrl+C not working in the Interactive Window) as issuer # 132. I hadn’t noticed the Ctrl-V problem.

    The Ctrl+C issue may be because that key combination is mapped in the Interactive Window to break execution of running code (which it doesn’t always do).

  2. Log in to comment