An experimental extension.
And the hint data generated from The GNU Awk User’s Guide by scripts
You can report bug or send a feature suggestion in Github Issues Page.
- Click
Extension
button in left side of VSCode. (Shortcut: Ctrl+Shift+X) - Search
vscode-awk-hint
. Found this extension and clickInstall
button. - Reload VSCode.
- awk function hint
- awk built-in variable hint
- awk statement snippets
- 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
Supporting me coffee could encourage me to make my vscode extensions better and better! (and add more and more features).
Found a bug, feature request or question. You can submit issue on Github Issue Page;
- prepare node.js environment
- fork this repo on Github, then clone it to local
- execute
npm install --save-dev
- modify/fix it
- please remember
npm test
for unit tets - give a pull request
Project structure:
extension
: extension codesmain.js
: entry file of extensionparser/awk.js
: awk semantic parservscode.d.ts
&index.d.ts
: typing files for auto-completion
hint-data
: hint data json file generated automatically(Butsnippets.json
is written by me)icon
: png and svg icon images for this extensiontest
: unit testsutils
: utilities (scripts for fetch awk hint data)