Hello!
I discovered a bug: in this code sample (cursor at end of line 2):
<?php
function hello()
?>
then I type ‘{’ - I get this:
<?php
function hello(){
?>}
or this, if I have a blank line after ‘?>’:
<?php
function hello() {
?>
}
Hello!
I discovered a bug: in this code sample (cursor at end of line 2):
<?php
function hello()
?>
then I type ‘{’ - I get this:
<?php
function hello(){
?>}
or this, if I have a blank line after ‘?>’:
<?php
function hello() {
?>
}