Re: code completion
Re: code completion
- Subject: Re: code completion
- From: Chris Espinosa <email@hidden>
- Date: Thu, 1 Jun 2006 16:49:35 -0700
On Jun 1, 2006, at 3:03 PM, Markian Hlynka wrote:Is Xcode able to do code completion on an instantiated template? ie
#include "Range_Table.h"
Range_Table<int> evalRankTable;
evalRankTable.[hit escape; no completions found]
The Xcode indexer doesn't parse C++ templates, so no indexer-based functions (code completion, class model, class diagram, Find Symbols, Project Symbols smargroup) will deal intelligently with templates.
Chris |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden