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

`display-line-numbers-mode' takes 2 + `line-number-display-width' columns

When invoking `xref-find-definitions` which is bound to `M-.` at a symbol, the echo area says `no applicable method: xref-backend-definitions, citre, `. This happens after I updated citre from a relative...

Hi, there, I have an issue: after jumped to a third party file (say a system include dir), how can I find further definition in that file? the default emacs...

example code: ```verilog `define foo_bar 123 initial begin $display("macro=%d", `foo_ba); end ``` company-backends : ```lisp (setq company-backends '(( company-capf company-dabbrev-code :separate) )) ``` when cursor goto the end of macro...

Several changes has been introduced to readtags and the tags file format to solve https://github.com/universal-ctags/ctags/issues/3559, which basically means: 1. The input field has to be parsed differently based on `TAG_OUTPUT_MODE`...

If the org-mode file is folded, jump to TAG go to the tag but the file remain folded (and the point is not visible). A normal behavior would be making...

Hi When i cloned the new verison(citre-0.3.1) of citre, emacs(28.2) will be get stuck in restore the desktop-files. Yeah, I have used the desktop-save-mode, i find the memory the emacs...

Thank you for this excellent package. I'm using it with GNU Global. I'd like to ask if it's possible to select which tag categories go into the imenu list? I...

It'd be nice to warn the user the attempt to locate the tag by regexp has failed probably due to the search limit; otherwise it's quite confusing to have the...