Search code examples
fluttervisual-studio-codeindentation

Visual Studio Code no indented code flutter when press Enter


I am working with flutter in vscode and when I press enter the cursor is not indented correctly, I currently have the extensions installed from flutter, dart, awesome flutter snippets. The weird thing is that it doesn't work on a macbook but on my windows computer it works correctly and I have the same extensions installed. Any help would be greatly appreciated.

enter image description here


Solution

  • Go to your settings - editor - autoIndent and set it to full.

    enter image description here