PTVS icon indicating copy to clipboard operation
PTVS copied to clipboard

Issue with Rename Functionality in Python Editor

Open vsfeedback opened this issue 9 months ago • 1 comments

This issue has been moved from a ticket on Developer Community.


When I click on the name of a function (variable, class, etc.) in the Python editor and press F2, a Rename to: panel appears to change the name of the function to something else. Now, I want to paste a new name from the clipboard, for which I need to press Ctrl+V. However, as soon as I press the Ctrl key, the Rename to: panel disappears instantly. This prevents me from using the renaming tool. Later, I found out that this only happens when the mouse cursor is over the function name. I suspect it might be conflicting with another functionality - underlining the function name when Ctrl is pressed and the mouse is hovering over it.

P.S.: Do I really need to see a tooltip over the Rename to: panel (see the screenshot)?

2024-05-15_174356.png


Original Comments

Feedback Bot on 5/15/2024, 06:33 PM:

(private comment, text removed)


Original Solutions

(no solutions)

vsfeedback avatar May 22 '24 16:05 vsfeedback