jeremyvii / vs-docblockr

DocBlockr for Visual Studio Code
GNU Lesser General Public License v3.0
21 stars 8 forks source link

Docblocks generated from command breaks indention #69

Closed jeremyvii closed 4 years ago

jeremyvii commented 4 years ago

Describe the bug Docblocks created with renderFromSelection command breaks indention on indented code snippets. This only happens to code that's on it's own line.

Code Snippet

  public bar(
    argument: string
  ) {

  }

Screenshots Screenshot_2020-05-11_16-56-39

Enviroment (please complete the following information):