DScanner v0.16.0-beta.1 - looking for IDE dev feedback

Christian Köstlin christian.koestlin at gmail.com
Sun Jul 9 07:54:38 UTC 2023


On 08.07.23 23:59, WebFreak001 wrote:
> https://github.com/dlang-community/D-Scanner/releases/tag/v0.16.0-beta.1
> 
> ## For IDE devs:
> 
> the new D-Scanner version comes with a major new improvement: automatic 
> fix suggestions for diagnostics. As IDE dev you can use the existing 
> `--report` functionality to get JSON parsable output for the issues, 
> along with new information such as start/end byte indices.
> 
> Then when the user wants to query auto-fixes for any given issue (or 
> just in general at any location in the file), use `dscanner 
> --resolveMessage b512 file.d` to list the resolved auto-fixes at the 
> given location. See the README.md for more information.
> 
> Looking for feedback on the API and if you need any changes. 
> Additionally this API is usable with D-Scanner as a library as well.
> 
> ## For users:
> 
> `dscanner fix source/` can be used to interactively auto-fix all issues 
> inside the source/ directory that have available autmoatic fixes.
Sounds to good to be true, will give it a try for sure!!!

Thanks a lot.

Kind regards,
Christian



More information about the Digitalmars-d-announce mailing list