{"id":16892901,"url":"https://github.com/wader/vscode-jq","last_synced_at":"2025-10-30T13:48:31.712Z","repository":{"id":63059516,"uuid":"401072590","full_name":"wader/vscode-jq","owner":"wader","description":"jq extension for VSCode and (Neo)vim.","archived":false,"fork":false,"pushed_at":"2025-06-03T10:42:46.000Z","size":275,"stargazers_count":24,"open_issues_count":3,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-08-23T08:50:16.199Z","etag":null,"topics":["jq","neovim","vim","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wader.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-08-29T15:11:40.000Z","updated_at":"2025-06-03T10:42:47.000Z","dependencies_parsed_at":"2025-04-11T13:24:03.360Z","dependency_job_id":"d2c7bec0-4131-462e-9af1-c3c31770d87e","html_url":"https://github.com/wader/vscode-jq","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wader/vscode-jq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wader%2Fvscode-jq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wader%2Fvscode-jq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wader%2Fvscode-jq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wader%2Fvscode-jq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wader","download_url":"https://codeload.github.com/wader/vscode-jq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wader%2Fvscode-jq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272015605,"owners_count":24858974,"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","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["jq","neovim","vim","vscode-extension"],"created_at":"2024-10-13T17:12:48.944Z","updated_at":"2025-10-30T13:48:26.693Z","avatar_url":"https://github.com/wader.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# vscode-jq\n\njq extension for VSCode/(Neo)Vim.\n\nIt provides:\n- Syntax highlighting\n- Syntax checking\n- Auto completion\n- Goto defintion\n- Hover documentation\n- Snippets\n\n![demo](https://raw.githubusercontent.com/wader/vscode-jq/master/media/demo.png)\n\n## Install\n\n### Install jq-lsp\n\nInstall [jq-lsp](https://github.com/wader/jq-lsp) and make sure it's in `$PATH`:\n```sh\ngo install github.com/wader/jq-lsp@latest\ncp $(go env GOPATH)/bin/jq-lsp /usr/local/bin\n```\n\n### Install vim extension\n\n- [coc-marketplace](https://github.com/fannheyward/coc-marketplace)\n- [npm](https://www.npmjs.com/package/vscode-jq)\n- vim:\n\n```vim\n\" command line\nCocInstall vscode-jq\n\" or add the following code to your vimrc\nlet g:coc_global_extensions = ['vscode-jq', 'other coc-plugins']\n```\n\n### Package and install vscode extension\n\n```sh\nnpm install\nvsce package \u0026\u0026 code --install-extension vscode-jq-*.vsix\n# or if vsce is not installed\nnpm exec @vscode/vsce package \u0026\u0026 code --install-extension vscode-jq-*.vsix\n```\n\nIf your using [dash](https://kapeli.com/dash) or [zeal](https://zealdocs.org/) I would\nrecommend installing the jq docset. Search for \"jq\" under \"User Contributed Docsets\" in dash\nor goto https://zealusercontributions.now.sh/.\n\n## Development\n\n- Run `npm install`.\n- Open VSCode\n- Press Ctrl+Shift+B to compile the client and server.\n- Switch to the Debug viewlet.\n- Select `Launch Client` from the drop down.\n- Run the launch config.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwader%2Fvscode-jq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwader%2Fvscode-jq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwader%2Fvscode-jq/lists"}