qianyi

Results 18 comments of 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 ![image](https://user-images.githubusercontent.com/8001473/92297073-e7580300-ef6d-11ea-941f-6ff624a1d82c.png) ![image](https://user-images.githubusercontent.com/8001473/92297174-17ec6c80-ef6f-11ea-84f4-c76727eae74c.png) 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) ![image](https://user-images.githubusercontent.com/8001473/92346437-5dd83a80-f0ff-11ea-8de7-40bf59801c2f.png)...

@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