vim-codequery
vim-codequery copied to clipboard
Search + Browse + Understand your code more efficiently.
使用 export codequery_base_db_path 指定自定义路径 默认为 $HOME/.doctype 默认也是只识别 前缀为支持的文件类型 并且 后缀为 .db 的生成文件 使用不同的目录存相同名称的 db 文件 CodeQuery 将会最后使用此存储路径进行遍历 同时使用此存储路径树中的所有 db 文件进行搜索
```js :CodeQueryMakeDB javascript Done! (javascript.db) :CodeQuery DB Not Found ``` how to debug, so that i can supply more info
I noticed that this plugin only works correctly if the db for searching is either in the current directory or it's in the root of a git repository. Many times...
TIL ~~that in my environment, if I install pyscope, the pyscope command is not available~~ pycscope != pyscope. This meant, that if I tried to create the database, the command...
Hi devjoe, Thanks a ton for great plugin. I tried using this plugin on react javascript files. Which are shown as a type of javascipt.jsx. Because of vim jsx plugin....
The classname is used in the cc file ,and class define in the .h file. Some cannot find the class define and meanwhile also cannot use ctrl+] to go to...
I'm running a c++ search on Windows. The CodeQuery outputs "Searching ... [MySearchTerm]" for a couple seconds, then goes away with no apparent effect (no search results, no error message)....
CodeQuery plugin doesn't work in CodeQueryMakeDb with python 3.6.0(3.5.0 test ok); platform: MacOs 10.12.3 vim: neovim-0.2 codequery: 0.1.8
Using `git rev-parse --show-toplevel` can not guarantee the result of the command is correct.