For example, in a test class, in a nested function, the bracket does not carry over to its definition. How to add this feature?
To auto add a closing bracket I use electric pair mode;
class test{ fuction helloWorld(){ echo"hello world"; } }
but you need:
class test{ fuction helloWorld(){ echo"hello world"; } }