Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
4answers
1k views

Does anyone know of a web based IDE?

Does anyone know of a web based IDE (Like VS, Eclipse, IDEA)? Besides ECCO?
5
votes
1answer
476 views

JetBrains WebIDE: PHP variable type hinting?

Is there a way to hint WebIDE that a variable has some type? I have to iterate an array of objects, and there's no auto-completion available. This helps in ZendStudio: /* @var ClassName $object */ ...
3
votes
1answer
879 views

web based ide for ruby on rails?

Does a web based IDE exist for ruby on rails development?
1
vote
1answer
251 views

How to make a general profile for PHPUnit testing in WebIDE?

I'm playing a bit with beta version of PHP Storm (PHP version of WebIDE) and its integration of PHPUnit. I know how to set a profile to run tests in particular file, directory or class. Problem is, ...