Home

Awesome

vscode-jq

jq extension for VSCode

It provides:

demo

Install

Install jq-lsp

Install jq-lsp and make sure it's in $PATH:

go install github.com/wader/jq-lsp@latest
cp $(go env GOPATH)/bin/jq-lsp /usr/local/bin

Package and install vscode extension

npm install
vsce package && code --install-extension vscode-jq-*.vsix
# or if vsce is not installed
npm exec @vscode/vsce package && code --install-extension vscode-jq-*.vsix

If your using dash or zeal I would recommend installing the jq docset. Search for "jq" under "User Contributed Docsets" in dash or goto https://zealusercontributions.now.sh/.

Development