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

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


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

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Khulnasoft GoLand Plugin

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

This is [Khulnasoft's](https://khulnasoft.com) official plugin for GoLand, which provides
support for the Khulnasoft 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 "Khulnasoft" >
Install Plugin

- Manually:

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