CTags
CTags copied to clipboard
Autocomplete does not work in Sublime 3 build 30xx, Ctags 0.3.2
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.
Same here. Everything also works fine, but the autocomplete won't work.
Anything on the console?
Same for me on ST2 as well. autocomplete: true has no effect.
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.
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.
Already passed two years. Someone able to solve it? Autocompletion still does not work.
Anything on the console?
?
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
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!