This plugin allows you to run some features of the go command from within notepad++ as well as supporting codecompletion via gocode (you need to have github.com/nsf/gocode installed and available from your PATH).
Currently the following subcommands are supported:
* go fmt -> ALT+F
* go test -> ALT+T
* go install -> ALT+I
* go run -> ALT+R
* code completion -> ALT+O
* function call tips -> ALT+P
All open files are being saved upon running a go cmd. Any output they produce is reported in the dockable Dialog, so you don't have to switch windows anymore while debugging your build errors.
As a plus it sets your GOPATH from the current .go file, if you don't have the GOPATH environment Variable set.
License
Creative Commons Attribution ShareAlike License V2.0Follow GOnpp
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of GOnpp!