Ctags is not for auto completion, right?

Help with setting up and configuring custom user tools in UltraEdit (based on command line input)

Ctags is not for auto completion, right?

Postby bzeiss » Tue Dec 21, 2004 1:20 pm

Do I understand it correctly that ctags does not provide auto completion functionality? What I mean is that when I for example have an stl vector in c++ called 'point' and I type 'point.', hit ctrl-space and can choose getX() and getY() as result or something like that?
User avatar
bzeiss
Newbie
 
Posts: 1
Joined: Tue Dec 21, 2004 12:00 am

Re: Ctags is not for auto-completion, right?

Postby Mofi » Wed Dec 22, 2004 2:30 am

Yes, ctags is not for auto-completion. Ctags creates a tag list of all symbols, so you can set the cursor on a symbol, for example a function name or a global variable or a define, and use Search - Find Symbol to get directly to the location, where the symbol is defined. See help of UE about auto-completion for details about it.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4066
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna


Return to Custom User Tools/Tool Configuration

cron