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-hint
Hint Support
- awk function hint
- awk built-in variable hint
- awk statement snippets
Declaration
- This extension depend extension
luggage66.AWK developed 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/*.js scripts for getting hint data from gnu awk document web page
extension/main.js extension main script files
icon/icon.svg extension icon image source svg file
hint_data/*.json hint data json file generated automatically(But snippets.json written by me)
Pull Request
Author
LiuYue(hangxingliu)
| |