Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitz committed Oct 10, 2019
2 parents b3bf696 + 06d9e10 commit bb5f7ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ You can also compile the source yourself and place the output DLLs in one of the
2. Navigate to an instance of one of the visualizer target types (ATM only `RulerContext`, but can also be a subtype), in the code editor, or the Watch or Locals window. This instance can be exposed by any variable, or any expression; the type of the expression doesn't matter.
3. Click on the magnifying glass to the right of the expression.

Note that rule and token names aren't part of the `RuleContext` targeted by the visualizer; by default, tokens will be identified by their token ID, and rule contexts will be identified by the typename of the instance (e.g. `SubStmtContext`). To display the rule and token names, click on the settings gear at the top right of the window, and choose the appropriate parser class from the available classes.

## Contributing

* Test the visualizer. (The significance of this kind of contribution cannot be overestimated.)
Expand Down

0 comments on commit bb5f7ab

Please sign in to comment.