{"id":16681787,"url":"https://github.com/hangxingliu/vscode-awk-hint","last_synced_at":"2025-04-09T23:12:22.732Z","repository":{"id":57394054,"uuid":"87781148","full_name":"hangxingliu/vscode-awk-hint","owner":"hangxingliu","description":":wrench: VS Code extension: AWK hint(auto-completion)","archived":false,"fork":false,"pushed_at":"2018-11-27T07:31:55.000Z","size":172,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-09T23:12:17.528Z","etag":null,"topics":["autocomplete","awk","gawk","hint","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hangxingliu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-10T07:39:33.000Z","updated_at":"2024-11-15T22:58:25.000Z","dependencies_parsed_at":"2022-09-05T07:31:16.369Z","dependency_job_id":null,"html_url":"https://github.com/hangxingliu/vscode-awk-hint","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hangxingliu%2Fvscode-awk-hint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hangxingliu%2Fvscode-awk-hint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hangxingliu%2Fvscode-awk-hint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hangxingliu%2Fvscode-awk-hint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hangxingliu","download_url":"https://codeload.github.com/hangxingliu/vscode-awk-hint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248125589,"owners_count":21051770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autocomplete","awk","gawk","hint","vscode","vscode-extension"],"created_at":"2024-10-12T14:05:17.885Z","updated_at":"2025-04-09T23:12:22.717Z","avatar_url":"https://github.com/hangxingliu.png","language":"JavaScript","funding_links":["https://www.paypal.me/hangxingliu"],"categories":[],"sub_categories":[],"readme":"# AWK hint(auto-completion) for VS Code\n\n[![Build Status](https://travis-ci.org/hangxingliu/vscode-awk-hint.svg?branch=master)](https://travis-ci.org/hangxingliu/vscode-awk-hint)\n\nAn **experimental** extension.   \nAnd the hint data generated from [The GNU Awk User’s Guide][gnu-awk-doc] by [scripts][doc-script]    \nYou can report bug or send a feature suggestion in [Github Issues Page][issues].\n\n## Installation\n\n1. Click `Extension` button in left side of VSCode. (Shortcut: \u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eX\u003c/kbd\u003e)\n2. Search `vscode-awk-hint`. Found this extension and click `Install` button.\n3. Reload VSCode.\n\n## Hint Support\n\n1. awk function hint\n2. awk built-in variable hint\n3. awk statement snippets\n\n## Declaration\n\n1. This extension depend extension [`luggage66.AWK` developed by Donald Mull Jr][ext-awk] (**It will be install automaticallly by VS Code**)\n2. Open source license of this extension is [GPL-3.0](LICENSE)\n\n## Contributing to the Extension\n\n### 1. Supporting me coffee via Paypal\n\n[Supporting me coffee][paypal] could encourage me to make my vscode extensions better and better!\n(and add more and more features).\n\n### 2. Submit issue on Github\n\nFound a bug, feature request or question. You can submit issue on [Github Issue Page][issues];\n\n### 3. Cook by yourself\n\n0. prepare node.js environment\n1. fork this repo on Github, then clone it to local\n2. execute `npm install --save-dev`\n3. modify/fix it\n4. please remember `npm test` for unit tets\n5. give a [pull request][pr]\n\nProject structure:\n\n- `extension`: extension codes\n\t- `main.js`: entry file of extension\n\t- `parser/awk.js`: awk semantic parser\n\t- `vscode.d.ts` \u0026 `index.d.ts`: typing files for auto-completion\n- `hint-data`: hint data json file generated automatically(But `snippets.json` is written by me)\n- `icon`: png and svg icon images for this extension\n- `test`: unit tests\n- `utils`: utilities (scripts for fetch awk hint data)\n\n## License\n\n[GPL-3.0](LICENSE)\n\n## Author\n\n[Liu Yue @hangxingliu](https://github.com/hangxingliu)\n\n[gnu-awk-doc]: https://www.gnu.org/software/gawk/manual/gawk.html\n[doc-script]: https://github.com/hangxingliu/vscode-awk-hint/tree/master/utils\n[ext-awk]: https://marketplace.visualstudio.com/items?itemName=luggage66.awk\n[issues]: https://github.com/hangxingliu/vscode-awk-hint/issues\n[pr]: https://github.com/hangxingliu/vscode-awk-hint/pulls\n[paypal]: https://www.paypal.me/hangxingliu\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhangxingliu%2Fvscode-awk-hint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhangxingliu%2Fvscode-awk-hint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhangxingliu%2Fvscode-awk-hint/lists"}