Highlight error when string `:` on arguments
parallels999 opened this issue · 13 comments
Now it is worst, it freezes after typing :
I'm sorry for that, can you give me a sample of syntax which trigger a freeze ?
It's strange, I don't have this issue on my computer.
I will try to install the release plugin it on a different environment to see if it crashes.
try writing letter by letter this:
@test(["test":"test"])
Before the problem was only highlight of @test('test:test')
, now it freezes netbeans
Netbeans 17
Got it ...
I could reproduce the freeze of the IDE on @test(["test": .
But it seems to appear on the previous version 1.0.0.47 also.
Yet, I could not reproduce a freeze for @test('test:test') with version 1.0.0.47 and 1.0.0.50 .
If you remember the last stable a previous version, you can try to uninstall the plugin and install from the list of releases : https://github.com/haidubogdan/netbeans-php-blade-plugin/tags.
I could not reproduce a freeze for @test('test:test') with version 1.0.0.47 and 1.0.0.50
It never freeze with @test('test:test')
, it was only highlight problem