Causes to full sublime freeze in Laravel migration files
when you edit laravel's migration files, in a places like
Schema::create('projects', function (Blueprint $table) {
$table->increments('id');
$table->timestamps();
$table->AND NOW SUBLIME WILL FREEZE
});
when CompletePHP package is disabled

when CompletePHP package is enabled and after restart sublime

it takes a few hour to understand what package causes to this freezes.
at first I thought it's SublimeCodeIntel, but no.
when SublimeCodeIntel package is disabled and CompletePHP package is enabled, freezes happens sometimes.
but when SublimeCodeIntel package is enabled and CompletePHP package is enabled, it happens constantly.
and no freezes if CompletePHP package is disabled
Causes to full sublime freeze in Laravel migration files
when you edit laravel's migration files, in a places like
when CompletePHP package is disabled
when CompletePHP package is enabled and after restart sublime
it takes a few hour to understand what package causes to this freezes.
at first I thought it's SublimeCodeIntel, but no.
when SublimeCodeIntel package is disabled and CompletePHP package is enabled, freezes happens sometimes.
but when SublimeCodeIntel package is enabled and CompletePHP package is enabled, it happens constantly.
and no freezes if CompletePHP package is disabled