Skip to main content
pziecina
Legend
November 9, 2016
Question

Better support for Javascript developers

  • November 9, 2016
  • 0 replies
  • 463 views

Currently Dreamweaver has little support for javascript developers beyond basic code hinting.

I would like to propose that the current javascript debugger is made easily accessible from within Dreamweaver itself, as the current system of opening from the command line to include the debugger is simply too cumbersome for use, (and that is saying it is still included).

I would also like to see a javascript console included, and the option to automatically generate documentation when creating javascript. The options for generating documentation should include both JSDoc3 (https://github.com/jsdoc3/jsdoc) for the more traditional user, and ESDoc (https://esdoc.org/) for those using ES6.

A transpiler that would convert ES6 to be backward compatible with older browsers should also be included - https://github.com/google/traceur-compiler

This topic has been closed for replies.