Skip to content

Release 2.0

Choose a tag to compare

@JCWasmx86 JCWasmx86 released this 11 Apr 05:17
· 2107 commits to main since this release
  • Only rebuild tree after loading subprojects if a subproject was found
  • Rebuild trees of folder based subprojects. This allows e.g. editing while preserving features like hover/document symbols
  • Show type documentation on hover, if identifier has only one type
  • Enable diagnostic webserver on MacOS
  • Add endpoint /caches in built-in webserver to ease debugging (Linux/MacOS-only)
  • Print backtrace on signal using swift-backtrace
  • Send diagnostics for subprojects to the editor
  • Drop swift-atomics dependency
  • Detect subprojects that weren't setup fully and reattempt
  • Include license and 3rd party libraries in release artifacts
  • Show option documentation on hover
  • Show warning for duplicate keys in dictionary literals