php-language-server
php-language-server copied to clipboard
Temporary tables in sql are highlighted as comments
trafficstars
For the following code $stmt = sqlsrv_query( $conn, 'SELECT * FROM #people'); everything after #people is highlighted as a comment and it is really still part of the SQL statement. $sql = 'SELECT * FROM #people'; has the same behavior.