CTags icon indicating copy to clipboard operation
CTags copied to clipboard

Autocomplete does not work in Sublime 3 build 30xx, Ctags 0.3.2

Open thachck opened this issue 11 years ago • 9 comments

When I set autocomplete to be true, generating the .tags file, the autocomplete popup but neither Tab or Enter fill the word, it just disappear.

thachck avatar Dec 11 '13 15:12 thachck

Same here. Everything also works fine, but the autocomplete won't work.

adiulici avatar Mar 26 '14 11:03 adiulici

Anything on the console?

stephenfin avatar Mar 26 '14 20:03 stephenfin

Same for me on ST2 as well. autocomplete: true has no effect.

aaronpeterson avatar May 08 '14 17:05 aaronpeterson

Does autocomplete=true mean to support for '.' and '->' completion? It doesn't work for me in ST3 (3059), the popup menu don't show struct member list.

Here is my console output:

Package Control: Skipping automatic upgrade, last run at 2014-08-20 07:32:33, next run at 2014-08-20 08:32:33 or after
Building CTags for D:\temp\1: Please be patient
Finished building D:\temp\1\tags

Seems no error/warning there. BTW, I installed getgnuwin32 and have 'grep' and 'awk' in the evn. path.

nash900 avatar Aug 20 '14 00:08 nash900

I got it that Ctags not do real code complete. It just list all possible symbols in tags file. It will be great if adding real C/C++ completion in Ctags.

nash900 avatar Aug 21 '14 06:08 nash900

Already passed two years. Someone able to solve it? Autocompletion still does not work.

yh-sb avatar Jan 02 '16 20:01 yh-sb

Anything on the console?

?

stephenfin avatar Jan 11 '16 09:01 stephenfin

This is my CTags user settings:

{
    "autocomplete": true,
    "debug": true
}

I get to the Sublime Text console only this: (when I rebuild tags)

Building CTags for P:\4 electronics\soft\Sublime Text projects\STM32F1-test0-GPIO: Please be patient
Finished building P:\4 electronics\soft\Sublime Text projects\STM32F1-test0-GPIO\.tags

yh-sb avatar Jan 21 '16 02:01 yh-sb

Using https://github.com/naoyukik/CTags fork with C:\Program Files\Git\usr\bin added to PATH with https://github.com/naoyukik/CTags/issues/9 patch and ctags.exe of https://ctags.io/ (https://github.com/universal-ctags/ctags) finally made auto complete work for me!

imbrish avatar Apr 14 '18 15:04 imbrish