ehuss / Sublime-Wrap-Plus

Enhanced "wrap lines" command for Sublime Text 2 or 3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Block comments in JavaScript

john-cj opened this issue · comments

commented

Very useful extension, but it doesn't properly work with some block comments.

Here it is:

sub1

As you can see:

  • There are an excessive spaces at the left side (lines 3 and 4).

  • There is no space before */ (line 4).

  • First line is longer then it should be (line 2).

commented

Seems to be a duplicate of #34