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

Ctrl + M + O Shortcut Not Working as Expected in Python #7897

Open
vsfeedback opened this issue May 8, 2024 · 2 comments
Open

Ctrl + M + O Shortcut Not Working as Expected in Python #7897

vsfeedback opened this issue May 8, 2024 · 2 comments
Assignees
Labels

Comments

@vsfeedback
Copy link

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)

@StellaHuang95
Copy link
Contributor

Looks like the bug is that the shortcut is mapped to the wrong command.

@Viamo
Copy link

Viamo commented May 8, 2024

Now it is Edit.CollapsetoDefinitions: Ctrl + M, Ctrl + O (Global).
What command should the shortcut be mapped to?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants