PTVS
PTVS copied to clipboard
Ctrl + M + O Shortcut Not Working as Expected in Python
This issue has been moved from a ticket on Developer Community.
[severity:It's more difficult to complete my work] [regression]
Pressing Ctrl + M + O
in the Python editor
, instead of collapsing functions and methods, expands everything, including methods that were manually collapsed. In other words, the key combination functions, but incorrectly. It may not recognize what def
means.
Additional Information:
- Pressing Ctrl + M + O in the C# editor works perfectly - it collapses all functions and methods.
- Pressing Ctrl + M + L works perfectly in both C# and Python.
-
Edit.CollapsetoDefinitions: Ctrl + M, Ctrl + O (Global)
Original Comments
Feedback Bot on 5/2/2024, 06:23 PM:
(private comment, text removed)
Vitaliy on 5/7/2024, 06:55 AM:
(private comment, text removed)
Original Solutions
(no solutions)