Skip to content

Syntax coloring for auto completion result

Chaosus requested to merge github/fork/Chaosus/syntaxcoloring into master

I've added basic auto completion coloring for constants and class names for help developer eyes. After this change, constants and class names will be marked with specific colors, all other remains same. I also added an option which enable this coloring in Editor Settings -> Text Editor -> Completion -> Syntax Highlighting. This option is enabled by default.

How it is looks image

Merge request reports