Forgot your password?
typodupeerror

Comment Re:I wish MS would come out with something like th (Score 1) 181

TextMate's code completion facilities are not even close to what Visual Assist provides for C++.

From the TextMate FAQ:

Q: Does TextMate have code completion, e.g. type a variable name and see all member data for that variable (object)?

A: No.

What it does have is word completion based on current buffer and insertion of snippets or commands using tab triggers. There is also a PHP code completion bundle that adds completion and help for native PHP functions.


Better code completion is really what I'm after. TextMate does look like an interesting tool -- just not necessarily an improvement over Xcode for C++ development.

Slashdot Top Deals

"All my life I wanted to be someone; I guess I should have been more specific." -- Jane Wagner

Working...