haidubogdan / netbeans-php-blade-plugin

Netbeans 18+ module plugin for php blade template files
Apache License 2.0
26 stars 4 forks source link

TAB not working after html close tag #47

Closed haidubogdan closed 5 months ago

haidubogdan commented 5 months ago

In a bade file. After a new line inserted at the end of a close tag. The tab button stops working.

@section('jj')
    <div>
        <div></div>
    </div>
    [cursor tab stops]
@endsection
parallels999 commented 5 months ago

+1

haidubogdan commented 5 months ago

I'm not encountering this anymore. Should be fixed by now.