[TxMt] Re: Build Xcode projects in Textmate 2?
    Jacob Carlborg 
    doob at me.com
       
    Fri Apr 11 16:01:44 UTC 2014
    
    
  
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)
> 1) build a project (obj-c)
Possible. Might require make?
> 2) show compile errors while editing
Not possible. You need to explicitly build the project. Not even Xcode 
does this, at least not for C++.
> 3) 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.
> 4) debug?
No, not as far as I know.
> Are these things possible to do within text mate, or perhaps a hybrid of both editors?
>
-- 
/Jacob Carlborg
    
    
More information about the textmate
mailing list