0.0.2 • Published 7 years ago

vscode-awk-hint v0.0.2

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
7 years ago

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

  1. awk function hint
  2. awk built-in variable hint
  3. awk statement snippets

Declaration

  1. This extension depend extension luggage66.AWK developed by Donald Mull Jr (It will be install automaticallly by VS Code)
  2. 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)