Skip to content

v0.4.0

Compare
Choose a tag to compare
@WebFreak001 WebFreak001 released this 31 Dec 17:02
· 817 commits to master since this release

General

  • workspace-d update to 3.3.0 (dcd 0.10.2, dfmt 0.9.0, dscanner 0.6.0)

Additions

  • Large projects will no longer completely load, rather you will be asked if you want to load all the additional projects in deeper directories
  • Support for hierarchical outline (outline view, breadcrumbs in vscode)
  • Diet autocompletion
  • added searchFile and findFilesByModule methods which can be used to find certain modules (in code-d for the dpldocs embed)
  • you can now use tildes in paths in the settings ("~/path/to/dcd")
  • Dscanner (static linting) is now run whenever you open a file

Bug fixes

  • unknown DDoc macros are now kept inside the documentation
  • dub linter is running again
  • module insertion on file renaming is fixed
  • outdated DCD is properly detected
  • DCD updater should work more stable
  • enableAutoComplete setting fixed
  • Fix some unicode issues
  • disabling linting will remove the linter errors from the files