https://github.com/stackus/goht-jetbrains
GoHT JetBrains Extension
https://github.com/stackus/goht-jetbrains
Last synced: 5 days ago
JSON representation
GoHT JetBrains Extension
- Host: GitHub
- URL: https://github.com/stackus/goht-jetbrains
- Owner: stackus
- License: mit
- Created: 2024-01-13T17:17:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-30T01:32:49.000Z (6 months ago)
- Last Synced: 2025-07-30T03:52:45.704Z (6 months ago)
- Language: Kotlin
- Homepage: https://goht.dev
- Size: 2.14 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# GoHT for JetBrains

[](https://plugins.jetbrains.com/plugin/23783-goht)
[](https://plugins.jetbrains.com/plugin/23783-goht)
This plugin provides support for [GoHT](https://goht.dev/).
Features:
- Basic LSP Support
- Syntax Highlighting
- Code Completion
## Requirements
### LSPs
**GoPls**: You should install the Go extension into VSCode which will install this LSP as well. You may also manually install it by running:
```bash
go install golang.org/x/tools/gopls@latest
```
**GoHT**: You should install the latest version of [GoHT](https://github.com/stackus/goht) which will include the LSP. You may manually install it by running:
```bash
go install github.com/stackus/goht/cmd/goht@latest
```
#### Note
Both LSPs must be in your PATH for this extension to work. You may need to include the `~/go/bin` directory in your PATH if it is not already there.
### Configuration
There is no configuration for this extension.
## Known Issues
- Some syntax highlighting is not quite correct.