Skip to content

Synchronize vscode and idea code style settings #35

@rmzs0711

Description

@rmzs0711

When we trying to use complex completion, idea handling insert with default code style settings

Case

void foo() {
  fori
}

Expected behaviour after completion

void foo() {
  for (int i = 0; i < ; i++) {
    
  }
  int x = 10;
}

Actual behaviour after completion

void foo() {
    for (int i = 0; i < ; i++) {
          
    }
  int x = 10;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions