Skip to content

Published 1.0.35

Compare
Choose a tag to compare
@erictraut erictraut released this 29 May 01:35

New Feature: Added "Find References" functionality to VS Code extension. You can now right click on a symbol and choose "Find All References" (or press option-shift-F12) to display all uses of the symbol within the code base.
Bug Fix: Fixed type constraint logic for assert statements that provide a message string parameter.