haidubogdan/netbeans-php-blade-plugin

Plugin Breaks how JS works

Closed this issue · 4 comments

Suppose you have

<script>
var myVar={key:[]};
myVar.key.length;
</script>

With this plugin when you double click on length, all the line gets selected
image
Without this plugin when you double click on length, only length gets selected
image

Hi, yes this was done to enable full highlight of blade views paths.
As this is mainly a netbeans core library issue, I will either have to use a switch option or create some custom code to replace this core library functionality.

Also notice this, it's annoying, I am deleting variable names by mistake because of this

Hi
I've found a compromise for javascript properties and blade paths highlight in this release
release 19 08 2022

It seems to work, thank you very much