This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 262697 - Support SQL Syntax Highlighting in the PHP Editor (and possibly other languages)
Summary: Support SQL Syntax Highlighting in the PHP Editor (and possibly other languages)
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: PC Mac OS X
: P3 normal with 2 votes (vote)
Assignee: Tomas Mysik
URL:
Keywords:
: 258820 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-07-06 08:40 UTC by dylanv
Modified: 2016-11-13 17:42 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dylanv 2016-07-06 08:40:26 UTC
The PHP editor is smart enough to realise that there is SQL in the file, allowing it to autocomplete the SQL language, but its not smart enough to support highlighting the SQL code. This type of feature is similar to highlighting javascript in a PHP file, and although its harder to recognise that the code is SQL without parsing it first, other IDE's like PHP Storm support this feature.
Comment 1 Christian Lenz 2016-11-13 17:42:33 UTC
*** Bug 258820 has been marked as a duplicate of this bug. ***