Sublime Forum

ST3 3035 bug with automatic brackets in php

#1

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() {
 ?>
}
0 Likes