On 2014-04-11 15:01, John Sturgeon wrote:
Hey all,
New to the list. I’ve been using TextMate for years, and just recently switched to TextMate 2. I’d love to be able to replace Xcode with it if possible, but I’m not really sure where to start.
I’d like to (if possible)
- build a project (obj-c)
Possible. Might require make?
- show compile errors while editing
Not possible. You need to explicitly build the project. Not even Xcode does this, at least not for C++.
- autocomplete
Only for things in the same source file, possibly for things in the same project. But it won't be accurate, that is TextMate doesn't have any semantic knowledge of the source code so it will suggest methods not available for a class. It's basically a simple word completion.
- debug?
No, not as far as I know.
Are these things possible to do within text mate, or perhaps a hybrid of both editors?