v0.3.0
- Workspace symbol search now shows all symbols starting with the search query.
- DScanner issues can now be disabled per workspace and per line of code (using
@suppress(all)
,@suppress(dscanner.xxx)
or@supress(xxx)
in the same line as the issue, a code fix helps removing it)