v0.1.0
🎉 Initial Release
First release of Intl Lens - i18n support for Zed Editor.
What's Changed
- feat: initial MVP implementation of zed-i18n extension by @nguyenphutrong in 452553a
- feat: add inlay hints to show translation values inline by @nguyenphutrong in 8990c02
- feat: add file watching for translation file changes by @nguyenphutrong in e20b42c
- feat: add YAML translation file support by @nguyenphutrong in 33da683
- fix: improve LSP initialization with workspace_folders support by @nguyenphutrong in affba2d
- fix: resolve inlay hints, autocomplete, and go-to-definition issues by @nguyenphutrong in 9f0239f
- fix: use UTF-8 safe string truncation for inlay hints by @nguyenphutrong in b0d8aa1
- refactor: rename project from zed-i18n to intl-lens by @nguyenphutrong in 6c396eb
- docs: add comprehensive README with installation and usage guide by @nguyenphutrong in fb976ef
New Contributors
- @nguyenphutrong made their first contribution in 452553a
Full Changelog: https://github.com/nguyenphutrong/intl-lens/commits/v0.1.0