For developers:
- The LSP protocol part of serve-d and server boilerplate code can now be used as a library
- Improved documentation
- add served/getDscannerConfig command
For users:
- Fix crashes in extremely complex code
- Fix single file editing (Pure-D/code-d#62)
- Fix ddoc generation issues
- Add ddoc REF & LREF support
- Fix snippet completion
- Fix manyProjectsAction config parsing crash with unsupported values
- Make caught throwables alert the user
- Dramatic startup speed & editing speed improvements
- Add d.generateModuleNames setting
- Add code fix for ==/!= null -> is/!is null
- proper position for "expected ..." syntax errors
- move ignore (this line) before ignore global
- add
foreach (autosyntax fix (#81) - Fix completion docs not showing as markdown in some cases
- Add workspace lazy loading (#52)
- increase default many projects threshold to 6
- Fix crash with neovim (#104)
- Bump DCD to 0.13.1