vscode-better-align icon indicating copy to clipboard operation
vscode-better-align copied to clipboard

Error in comments

Open felipeparente opened this issue 1 year ago • 2 comments

A very common mistake that happens to me is when there are several comments and they are misaligned, as shown in the image. Captura de Tela 2024-03-14 às 18 01 12

I select the lines, and press Option+A, the lines move towards the end of the file, this is very strange. Captura de Tela 2024-03-14 às 18 01 35

felipeparente avatar Mar 14 '24 21:03 felipeparente

Could you please provide full text? Seems for me, it works. I mean:

//Only some comments
  //Only some comments
    // Only some comments
      // Only some comments
        //Only some comments

will formated to :

  //Only some comments
  //Only some comments
  // Only some comments
  // Only some comments
  //Only some comments

chouzz avatar Jul 27 '24 03:07 chouzz