haidubogdan / netbeans-php-blade-plugin

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

@json function is not working #32

Closed Eugene-Melbourne closed 6 months ago

Eugene-Melbourne commented 6 months ago

@json function is not working

this is my code

<script>
    @if( !defined('ADDRESS_PARAMS_SET') )
        var ADDRESS_PARAMS = {};
        ADDRESS_PARAMS.COUNTRIES        = @json( $defaults->countries );
    @endif
</script>

this is my error message

image

haidubogdan commented 6 months ago

Hi, Thank you for your observation. The issue should be fixed with the new release https://github.com/haidubogdan/netbeans-php-blade-plugin/releases/tag/nb180-v.2.0.4

Eugene-Melbourne commented 6 months ago

WOW, it was great. Quick fix. Thank you very much

josevv28 commented 6 months ago

@JSON function is not working

Seems to be working

haidubogdan commented 6 months ago

Closing the issue ... the fix is available from v2.0.4