Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/encoredev/intellij-plugin
- Owner: encoredev
- License: mpl-2.0
- Created: 2022-02-02T20:37:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T09:59:02.000Z (about 2 years ago)
- Last Synced: 2023-03-25T11:39:38.353Z (over 1 year ago)
- Topics: encore, go, goland, goland-plugin, golang, intellij, intellij-plugin
- Language: Kotlin
- Homepage:
- Size: 1.41 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
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...