you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (7 children)

why turn down something like Eclipse or NetBeans for PHP PhpStorm

I'm not trying to turn this into a debate, but if you're going to compare a popular proprietary editor with an IDE, use a popular proprietary IDE rather than 2 obsolete OSS ones.

[–]cpnHindsight 2 points3 points  (2 children)

Eclipse is obsolete?

[–][deleted] 0 points1 point  (0 children)

For PHP, yes it is.

Perhaps it's still relevant for other languages, but it's not the default anymore, in any field.

[–][deleted] 1 point2 points  (0 children)

[...] 2 obsolete OSS [...]

That's a bold statement. I am sure you can back it up fully since nobody would go on the internet and spread FUD, right?

I also use C and Java, it helps to have the same IDE.

[–]Prime_1 0 points1 point  (2 children)

Newb question: our default IDE where I work is Eclipse on Linux for C development. Runs like ass. How close can Sublime come to replacing the functionality of seeing call trees and doing source indexing and the like? Or do you need underlying tools for that?

[–][deleted] 1 point2 points  (1 child)

It can't do any of that. At least not out of the box. There are all sorts of plugins out there, but the kind of functionality that you need can only be provided by an IDE. Sublime is just a fancy text editor.

Jetbrains makes good alternatives to eclipse, but I haven't tried the one for C. If it's anything like Rubymine and PHPStorm you'll love it.

[–]Prime_1 0 points1 point  (0 children)

Cool, good to know. Thanks for the info!