Skip to content

Feature Request: code action (refactor) unwrap block #24552

@A4-Tacks

Description

@A4-Tacks

Name: Unwrap block

Description: Delete the entire indentation block at once during refactoring

Trigger: The cursor is located before and after :

Example

if True:
    print(2)

->

print(2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-decisionAwaiting a decision from a maintainerserverRelated to the LSP server

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions