On 7 Dec 2006, at 13:17, Brett Terpstra wrote:
Personally, I agree with the earlier sentiment that if a solid code completion base were built, then those of us with language specific needs could begin tweaking and building the necessary libraries for each language. This would be a huge boon to TM, IMHO.
I agree - although code completion is much harder for, say, ObjC where you really have to parse a lot of code to know the type of an object and therefore the messages it's likely to respond to.
Definitely +1 for an API that would allow such a thing to be built though.