- Support for GoLand 2023.1
- Add support for annotating Encore API directives, with some basic validation
- Support for GoLand 2022.3
- Fixes #8 - Null pointer exception under some conditions with the sqldb detector logic.
- Fixes a null pointer exception when there is no
defaultModule
for a project.
- From Encore v1.9.3 services databases can be automatically detected and configured within the IDE.
This will add both the local database used by
encore run
and the test database used byencore test
- New settings panel which allows the plugin to be configured to use a different encore binary (useful when testing features)
- Fix support for directory tests (previously only file and function level tests worked).
- Changed the
newapi
live template to fix a typo and renamed the parameters prop top
- Added support for running unit tests of Encore applications in GoLand
- Added a live template
newapi
for creating a new API easily within GoLand - Add syntax highlighting and icon for
encore.app
files