Skip to content

v1.6

Compare
Choose a tag to compare
@mike42 mike42 released this 12 Feb 07:00
· 4 commits to main since this release

This change adds warnings for unresolved references within the same assembly file, and also highlights unused declarations. The result is not correct for projects which include symbols from other files (as opposed to importing them), so this feature may be disabled per-project via an intention action.

A new weak warning has been added to suggest padding hex and binary numbers to a whole byte, since eg. 7 digit binary numbers often indicate a problem.