Watch alternatives and similar packages
Based on the "Editor Plugins" category.
Alternatively, view Watch alternatives based on common mentions on social networks and blogs.
-
Go for Visual Studio Code
An extension for VS Code which provides support for the Go language. -
go-lang-idea-plugin
Google Go language IDE built using the IntelliJ Platform -
GoSublime
A Golang plugin collection for SublimeText 3, providing code completion and other IDE-like features. -
coc-go language server extension for Vim/Neovim
Go language server extension using gopls for coc.nvim. -
goimports-reviser
Right imports sorting & code formatting tool (goimports alternative) -
Local Golang playground
GNU/Emacs mode that setup local Go playground for code snippets like play.golang.org or even better :) -
Go Doc
An Microsoft Visual Code extension for Golang to print symbol definition to output -
goprofiling
This extension adds benchmark profiling support for the Go language to VS Code.
Collect and Analyze Billions of Data Points in Real Time
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Watch or a related project?
README
Watch
Usage: Watch [-v] [-t] [-p <path>] [-x <regexp>] <command>
Watches for changes in a directory tree, and runs a command when something changed. By default, the output goes to an acme win.
-t sends the output to the terminal instead of acme
-v enables verbose debugging output
-p specifies the path to watch (if it is a directory then it watches recursively)
-x specifies a regexp used to exclude files and directories from the watcher.