logo
CSharp_Prog_Guide

Лексемы

Редактор кода размечает цветом следующие типы лексем:

Существует возможность изменять настройки разметки цветом с помощью Страница "Шрифты и цвета", папка "Среда", диалоговое окно "Параметры".

Contextual Keywords

The code editor colorizes contextual keywords appropriately. In the following example, the type yield is colorized teal, and the keyword yield is colorized blue.

Brace Matching Colorization

The code editor facilitates bold colorization or highlight colorization for brace matching.

Bold Colorization

When you change any part of the following code construct pairs, the string or code construct pairs are briefly displayed in bold to indicate an association between them: