Description
I would like to request the integration of native Go (Golang) language support into Apache NetBeans.
Currently, NetBeans does not provide built-in support for the Go programming language, which is increasingly popular for systems programming, cloud-native development, and CLI tooling. Developers who use NetBeans as their primary IDE are forced to switch to other editors for Go projects, which disrupts workflow and reduces productivity.
Requested features:
- Syntax highlighting for
.go files
- Code completion (via LSP /
gopls integration)
- Go module support (
go.mod, go.sum)
- Build, run, and test actions integrated into the IDE
- Debugger support (via Delve)
- Go formatter (
gofmt / goimports) on save
- Error highlighting and quick fixes
Use case/motivation
No response
Related issues
No response
Are you willing to submit a pull request?
No
Description
I would like to request the integration of native Go (Golang) language support into Apache NetBeans.
Currently, NetBeans does not provide built-in support for the Go programming language, which is increasingly popular for systems programming, cloud-native development, and CLI tooling. Developers who use NetBeans as their primary IDE are forced to switch to other editors for Go projects, which disrupts workflow and reduces productivity.
Requested features:
.gofilesgoplsintegration)go.mod,go.sum)gofmt/goimports) on saveUse case/motivation
No response
Related issues
No response
Are you willing to submit a pull request?
No