Skip to content
/ GOnpp Public

A go plugin for Notepad++

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

tike/GOnpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

afdfac6 · Mar 28, 2014
Mar 28, 2014
Jan 15, 2014
Mar 28, 2014
Jan 13, 2014
Mar 6, 2014
Mar 6, 2014
Jan 20, 2014
Mar 11, 2014
Jan 20, 2014
Feb 19, 2014
Mar 6, 2014
Mar 6, 2014
Feb 19, 2014

Repository files navigation

GOnpp

A go plugin for Notepad++

This plugin allows you to run some features of the go command from within notepad++. Currently the following subcommands are supported:

  • go fmt
  • go test
  • go install
  • go run

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.

Plans for Version 1.x

  • limit autosave and reload to .go files.
  • Make behaviour configurable by the user.
  • Offer automatic go fmt upon saving of .go files.
  • Offer running produced executables (after install).
  • Refine the GOPATH checking to allow configurable appending or replacing.
  • Allow setting of GOOS and GOARCH from within Notepad++

About

A go plugin for Notepad++

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages