Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/encoredev/intellij-plugin

An Encore plugin for IntelliJ and GoLand
https://github.com/encoredev/intellij-plugin

encore go goland goland-plugin golang intellij intellij-plugin

Last synced: about 1 month ago
JSON representation

An Encore plugin for IntelliJ and GoLand

Awesome Lists containing this project

README

        

# Encore GoLand Plugin

![Build](https://github.com/encoredev/intellij-plugin/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/20010.svg)](https://plugins.jetbrains.com/plugin/20010-encore/)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/20010.svg)](https://plugins.jetbrains.com/plugin/20010-encore/)

This is [Encore's](https://encore.dev) 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

## Installation

- Using IDE built-in plugin system:

Settings/Preferences > Plugins > Marketplace > Search for "Encore" >
Install Plugin

- Manually:

Download the [latest release](https://github.com/encoredev/intellij-plugin/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...