AWK is a great text processing tool.
vscode-awk is extension for Visual Studio Code runs awk to edit text.
Plugin is not prepared to publish in vscode stores.
You can only install from vsix package now, which can be found in releases.
Command awk
is required, which may not pre-installed in some systems, such as Windows.
You can get awk
from here:
- Windows: http://gnuwin32.sourceforge.net/packages/gawk.htm
- Mac:
brew install gawk
- Linux: https://pkgs.org/download/gawkc