citre icon indicating copy to clipboard operation
citre copied to clipboard

A superior code reading & auto-completion tool with pluggable backends.

Results 32 citre issues
Sort by recently updated
recently updated
newest added

win10, emacs 29.0.50 when using company to auto-completion, it always cause error "Creating pipe: Too many open files" with args (prefix); when I exit emacs, I can see readtags processing...

The goal of this PR is to 1. Separate the modules more clearly to ease the maintainence. 2. Make it easy to create a backend so other tools like GNU...

the question is when I use tramp for remote dev, it use the remote readtags or the local readtags? and how can I config the readtags located in remote machine...

help wanted

Sometimes, I would like to see the raw (original) tag entry in the xref buffer; there are cases that kind and scope are not enough.

The peek window is for forward-reading. I wonder how useful if we can use it for backward-reading. 1. you are at an interesting function, "memmove": ![origin](https://user-images.githubusercontent.com/77077/143306895-36c085dc-c06b-4080-b5ef-942deb12bb73.png) 2. you will do...

我先用中文描述一遍,方便更准确的表达问题吧,之后有解决方案了在翻译成英文。 --- 我在emacs app下用`citre-peek`的时候,window跳出来还比较正常的配色: 但是在terminal下配色就比较晃眼,尽管emacs本身配色不错: 所以想问下,peek-window配色支持自定义吗

help wanted

When I did 'make' just after doing git pull, I got: ``` [test] tests/global-backend Running 1 tests (2021-10-11 03:35:36+0900, selector ‘t’) Test test-global-get-references backtrace: call-process("gtags" nil "*gtags*" nil "--compact" "--file=src.list"...

There is a misleading in the README, though not sure if that is only restricted to me. It's said that if a `dot` is typed, the citre then guesses the...

Hello, Would it be possible to provide a command to jump to and peek any tag (say, using completing-read)? Thanks in advance.

Several Citre users talked about this idea to me. If we are at: ``` foo.bar| ``` (`|` is the cursor), we could: 1. Find the definitons of `foo` (we could...