Skip to content

0.0.9

Choose a tag to compare

@github-actions github-actions released this 02 May 12:54
· 120 commits to main since this release
0.0.9
701bd23

Changelog

  • 72a7e01 Add support for snippets, routes, feature flags and optimize performance
  • d013a43 feat(editor): when there is only one reference open it directly
  • 50bdac8 feat: add basic codeaction structure
  • 06204d2 feat: add basic snippet diagnostics
  • 701bd23 feat: add feature completion and definition, added scss tree sitter
  • 1eb0601 feat: add json pretty as direct dependency
  • eaac5aa feat: add publishing of diagnostics
  • 8c47f33 feat: add reference provider for route references to controller method
  • 5086b8d feat: configure opencode
  • 122046e feat: ignore var/cache for service indexer and show all references on service xml jump
  • 145b960 feat: implement snippet creation
  • 6c51024 feat: remove file watcher from client and do it only on server side, trigger on any file change diagnostics
  • 1a73090 feat: reset index on force reindex
  • 8b67767 fix: add error handling for filepath.WalkDir in snippet command
  • 05bc4ed fix: file scanner indexing skipped folders
  • b620a51 fix: handle watcher close errors and improve directory monitoring error logging
  • a46a466 fix: remove debug code
  • e9d5326 fix: skip phar to fix indexer hanging
  • 722c354 fix: test execution
  • 0b20f28 refactor: parallelize diagnostics publishing and support multiple file analysis