0.0.2 • Published 9 years ago
vscode-awk-hint v0.0.2
AWK hint(auto-completion) for VS Code
An experimental extension.
And the hint data generated by scripts from gnu awk document web page
You can submit a bug report, a feature suggestion
Installation
Launch Code's command palette (Ctrl + P) and type
ext install vscode-awk-hintHint Support
- awk function hint
- awk built-in variable hint
- awk statement snippets
Declaration
- This extension depend extension
luggage66.AWKdeveloped by Donald Mull Jr (It will be install automaticallly by VS Code) - Open source license of this extension is GPL-3.0
Contributing to the Extension
File description:
utils/*.jsscripts for getting hint data from gnu awk document web pageextension/main.jsextension main script filesicon/icon.svgextension icon image source svg filehint_data/*.jsonhint data json file generated automatically(Butsnippets.jsonwritten by me)
Author
0.0.2
9 years ago