helm-gtags icon indicating copy to clipboard operation
helm-gtags copied to clipboard

GNU GLOBAL helm interface

Results 31 helm-gtags issues
Sort by recently updated
recently updated
newest added

Hi all, I found helm-gtags has very sluggish user experience when working on large project. Every since the user typing a word, it takes about 5~10s to get the result...

Debugger entered--Lisp error: (file-missing "Setting current directory" "No such file or directory" "/ssh/") call-process("global" nil t nil "-Poa" "-Poa" "-T" "meta_manager_impl") process-file("global" nil t nil "-Poa" "-Poa" "-T" "meta_manager_impl") helm-gtags--print-path-in-gtagslibpath(("-Poa"...

I installed Global 6.6.7 on Mac OS Catalina and also on a remote system with Linux CentOS Rel. 6.9. Locally on the Mac, I am running Gnu Emacs 27.1. Helm-gtags-dwim...

I use helm-projectile which allow the user to specify the folders which are indexed using the file .projectile which sits at the root of the project. Is there a similar...

I would like to create my db tags files in a different path to the source code. Is it possible?

Hi! Please, help me. Do you support this version of gtags? ``` gtags (GNU GLOBAL) 6.3.1 Copyright (c) 2014 Tama Communications Corporation License GPLv3+: GNU GPL version 3 or later...

When I add a directory to the remote path on tramp via (add-to-list 'tramp-remote-path "~/opt/bin") helm-gtags-dwim no longer realizes that the files are remote and assumes they are local. I...

how to enable helm-follow-mode automatically? i have to C-c C-f to enable it manually.

i installed gtags and set correct env variable like this: ![install_global](https://cloud.githubusercontent.com/assets/1721532/26751437/ff483360-486b-11e7-9dfe-e8a6bf82844c.png) and i generate gtags files from command line ![generate_gtags_from_command_line](https://cloud.githubusercontent.com/assets/1721532/26751464/b335e354-486c-11e7-865c-a96470c0fb33.png) obviously, the gtags use pygments to generate files. and i...