https://github.com/khulnasoft/intellij-plugin
https://github.com/khulnasoft/intellij-plugin
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khulnasoft/intellij-plugin
- Owner: khulnasoft
- License: mpl-2.0
- Created: 2024-10-24T03:16:51.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T04:12:01.000Z (12 months ago)
- Last Synced: 2025-02-01T02:16:16.522Z (8 months ago)
- Language: Kotlin
- Size: 1.96 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
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
# Khulnasoft GoLand Plugin

[](https://plugins.jetbrains.com/plugin/20010-khulnasoft/)
[](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...