ruben2020 / codequery

A code-understanding, code-browsing or code-search tool. This is a tool to index, then query or search C, C++, Java, Python, Ruby, Go and Javascript source code. It builds upon the databases of cscope and ctags, and provides a nice GUI tool.
https://ruben2020.github.io/codequery/
Mozilla Public License 2.0
685 stars 86 forks source link

[Feature] Visual Studio Code extension #80

Closed pidgeon777 closed 4 years ago

pidgeon777 commented 4 years ago

It would be great to have an extension for Visual Studio Code for example making use of the codequery command line tool.

ruben2020 commented 4 years ago

@pidgeon777 Currently, there is a plugin for vim, but not yet for other IDEs.

ruben2020 commented 4 years ago

@pidgeon777 The first version of the Visual Studio Code extension for CodeQuery has been released. This is the Github page: codequery4vscode. This is the Visual Studio Code Extension Marketplace page: ruben2020.codequery4vscode.

pidgeon777 commented 4 years ago

Really cool. Great work!