Questions tagged [web-ide]

This tag is for IDEs that are basically web apps. Any online tool that offers more features than just simple text editing should use this tag. However, consider using the product-specific tag instead if that tag exists (E.g. [sap-web-ide] instead of [web-ide]).

A web IDE is a development tool that is used through a browser. It allows a developer to write code in an environment that is very similar to a desktop development environment. These tools typically include:

  • syntax highlighting
  • error checking
  • version control support
  • plugins to various cloud-based services
  • a virtual machine to run compiled code against

More information and examples can be found on the wikipedia entry for web IDE

60 questions
88
votes
2 answers

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 */ I know there's a feature in JetBrains to declare an…
kolypto
  • 31,774
  • 17
  • 105
  • 99
15
votes
3 answers

web based ide for ruby on rails?

Does a web based IDE exist for ruby on rails development?
Matt S.
  • 13,305
  • 15
  • 73
  • 129
13
votes
3 answers

JSfiddle: What is my fiddle's javascript (*.js) url ? so I can reuse it by src

What is the url to get and only get this fiddle's javascript code ? So later on, I may use it for tests by calling it using a link, something like :