Sublime Forum

Reindent does not work (st3)

#1

I have used st2 on mac and windows and now st3 on the mac.
And I noticed that the built in Reindent is not working. All the // -comments on the html & php files are left to to the 0 from left.
Example:

public function create() //show form
    {
//return static::where('completed', 0)->get();
    return \View::make('posts.create');
    }

Same problem as in here: https://github.com/SublimeTextIssues/Core/issues/1271
But cannot find that file (or folder default) to edit on my mac and when I created it nothing changed.

How can i get reindent ?

0 Likes