Skip to content

Freez #2

@kat0d

Description

@kat0d

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

tmp

when CompletePHP package is enabled and after restart sublime

tmp1

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions