Skip to Main Content

SQL Developer for VS Code

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

[ - when after single quote in pl/sql - syntax highlight breaks

user4275603Feb 17 2026

DECLARE

l_var VARCHAR2(100);

BEGIN

l_var := '';

l_var := 'O[';

l_var := '\[';

l_var := '['; -- NOT OK

l_var := 'VALUE';

l_var := ']';

l_var := '[o'; -- NOT OK

l_var := ']';

END;

/

VSCode Version 1.109.3

Comments
Post Details
Added on Feb 17 2026
4 comments
118 views