Reputation: 549
I would like to switch from Komodo IDE to Sublime Text but these two things are holding me back:
Upvotes: 1
Views: 1480
Reputation: 5189
YES.
Please look for bendras.co.uk blog post about Sublime Text 3 as C++ IDE by Paulius Zaliaduonis. You will find how to do it for C++. I saw there are Sublime PHP Companion, and XDebug Client.
All packages should work on most platforms: Windows, Linux, iOS?
Upvotes: 0
Reputation: 1336
Even better: SublimeCodeIntel was ported from Komodo IDE. I use it regularly and find it to be pretty good.
A quick google search for "PHP debugger sublime text" yielded SublimeXdebug
Upvotes: 0
Reputation: 182
Check out the ctags plugin:
https://github.com/SublimeText/CTags
It will give you the ability to click through the definitions and such. Rubymine and PHPStorm do this very, very well, but ctags will get pretty close.
Upvotes: 3
Reputation: 18572
I think the 'Goto Anything' feature of Sublime Text is what you are looking for: http://www.sublimetext.com/
Upvotes: 2