So, I write PHP with UEStudio, and every time I write a string or comment, example print "foo bar"; or //this is comment, it's so slow that I need to wait one letter per second as it's trying to get some hint messages for PHP functions.
How the hell do I get rid of it in strings and comments?
How the hell do I get rid of it in strings and comments?