Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cquery-project/vscode-cquery
cquery plugin for Visual Studio Code
https://github.com/cquery-project/vscode-cquery
Last synced: 3 months ago
JSON representation
cquery plugin for Visual Studio Code
- Host: GitHub
- URL: https://github.com/cquery-project/vscode-cquery
- Owner: cquery-project
- Created: 2018-01-12T03:52:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T01:32:01.000Z (over 1 year ago)
- Last Synced: 2024-08-01T17:32:06.918Z (6 months ago)
- Language: TypeScript
- Size: 332 KB
- Stars: 54
- Watchers: 6
- Forks: 16
- Open Issues: 37
-
Metadata Files:
- Readme: README-dev.md
Awesome Lists containing this project
- -awesome-vscode - CQuery - [C/C++ language server](https://github.com/cquery-project/cquery) supporting multi-million line code base, powered by libclang. Cross references, completion, diagnostics, semantic highlighting and more. (C++ / [Bash Debug](https://marketplace.visualstudio.com/items?itemName=rogalmic.bash-debug))
- awesome-vscode - CQuery - [C/C++ language server](https://github.com/cquery-project/cquery) supporting multi-million line code base, powered by libclang. Cross references, completion, diagnostics, semantic highlighting and more. (C++ / [Bash Debug](https://marketplace.visualstudio.com/items?itemName=rogalmic.bash-debug))
- awesome-vscode - CQuery - [C/C++ language server](https://github.com/jacobdufault/cquery) supporting multi-million line code base, powered by libclang. Cross references, completion, diagnostics, semantic highlighting and more. (C++ / [Shellman](https://marketplace.visualstudio.com/items?itemName=Remisa.shellman))
README
# cquery
This is the Visual Studio Code extension for cquery. The main cquery language
server which powers this extension is found at
[https://github.com/cquery-project/cquery](https://github.com/cquery-project/cquery).# Building
## Dependencies
Make sure you have `npm` installed.
## Build
```bash
npm install
python build.py
```Now, you can use vscode to install `out/cquery.vsix`.
# Deploying
To deploy a new release to the marketplace, simply run `publish.py` with a
clean working directory. By default a patch release is performed.```bash
python publish.py [patch|minor|major]
```# LICENSE
MIT