In This Article

Live Test

The Language Designer Live Test pane allows you to try various aspects of your language out before performing any code generation.

Click the Live Test button in the ribbon to open the Live Test pane.

Features and Limitations

The Live Test can show syntax highlighting for a language that has a dynamic lexer and classification types defined. It does not yet work with other lexer types. There are a number of enhancements planned for this pane in the future.

Status Bar Information

Assuming a supported lexer type is available (see above), as the caret moves through text, the status bar indicates the current lexical state and token keys. An asterisk (*) appears next to the token key if the caret is at the start of a token.

The right side of the status bar indicates the current line, column, and character positions of the caret.

Updating the Live Test

You can build the language project to update the language used in the Live Test pane. Changes made to the other configuration panes will not be picked up in Live Test until a project build occurs.