counsel-etags icon indicating copy to clipboard operation
counsel-etags copied to clipboard

Fast, energy-saving, and powerful code navigation solution

Results 14 counsel-etags issues
Sort by recently updated
recently updated
newest added

这里我调用 `counsel-etags-scan-mode` 生成 TAGS ,默认生成在当前目录下,该怎么更改输出路径?

Hi, I am using emacs 27.1 under windows 10. And I installed counsel-etags by adding it to the dotspacemacs-additional-packages. If I use counsel-etags-grep to search for something, it says >...

See https://www.zhihu.com/question/424371977/answer/1510709355

Is it possible to add an optional, custom callback for cases when no tag is found? For me, this typically happens when I try to look up a local variable...

This is my counsel-etags config. counsel-etags have updated to latest. ``` Lisp (add-to-list 'load-path "~/.spacemacs.d/site-lisp/etags/") (require 'counsel-etags) (define-key evil-normal-state-map (kbd ", g d") 'counsel-etags-find-tag-at-point) (define-key evil-normal-state-map (kbd ", g t")...

In your code you just simply tranverse c d etc. driver to find target program under cygwin bin. ```elisp (defun counsel-etags-win-path (executable-name drive) "Guess EXECUTABLE-NAME's full path in Cygwin on...

If `grep` is triggered as fallback of `find-tag`, the result should also be sorted using `string-distance`.

as title. useful when you want to check a function call with multi-line. It's also better to support wgrep.

enhancement

try some big project like linux kernel source

https://emacs.stackexchange.com/questions/47948/does-ctags-know-about-the-type-of-a-data-member-in-a-class/47981#47981