qianyi
qianyi
> 并没有解决 > ubuntu 20.04.01LTS 同样没有解决。
I'm on Ubuntu 20.04 LTS with Google chrome browser.
Hi @redguardtoo I have updated my ini config ``` 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") 'counsel-etags-grep) (define-key...
Hi @redguardtoo Yes, I have installed ctags ``` ctags --version Universal Ctags 0.0.0(b7439756), Copyright (C) 2015 Universal Ctags Team Universal Ctags is derived from Exuberant Ctags. Exuberant Ctags 5.8, Copyright...
@redguardtoo I have just tested the toy project in readme, unfortunately, it did not auto update TAG.
Hi, @redguardtoo I have updated the latest counsel-etags. please see the log   As the pic shows, the `fn` func was original at line 7.After I change the file,...
@redguardtoo After I Insert `(setq counsel-etags-update-interval 3)` (before was 1 sec) and wrote the file and saved it After a while, there were no more logs..(even the counsel-etags-virtual-update-tag log) ...
> Are you using clangd? YES, is that related?
@lebensterben It seems that not related to clangd, because I just switched to ccls, it still has the same problem.
I've read it. The compile_commands.json is already in the project