Skip to content

stackus/goht-jetbrains

Repository files navigation

GoHT for JetBrains

Build Version Downloads

This plugin provides support for GoHT.

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:

go install golang.org/x/tools/gopls@latest

GoHT: You should install the latest version of GoHT which will include the LSP. You may manually install it by running:

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.

About

GoHT JetBrains Extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages