This is Encore's official plugin for GoLand, which provides support for the Encore Backend Engine.
This plugin allows you to run unit tests directly from within GoLand with support for debug mode and breakpoints.
It also adds a newapi
live template, within a Go file type newapi
to get easy autocompletion for
a new API
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Encore" > Install Plugin
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...