urok93
urok93

Reputation: 549

Can Sublime text do this?

I would like to switch from Komodo IDE to Sublime Text but these two things are holding me back:

Upvotes: 1

Views: 1480

Answers (4)

Paulius Zaliaduonis
Paulius Zaliaduonis

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

Josh
Josh

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

nduro
nduro

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

Teddy
Teddy

Reputation: 18572

I think the 'Goto Anything' feature of Sublime Text is what you are looking for: http://www.sublimetext.com/

Upvotes: 2

Related Questions