How can I use Mylyn for JavaScript and Python development? How about HTML / CSS / JSP pages?

I installed and got to know Mylyn today. I've also looked at the excellent Mylyn / Tasktop webcast .

Obviously, you can add individual packages, classes, interfaces, methods, etc. into a task context in Java ... but what about using JavaScript or Python? How about HTML / CSS / JSP pages? Can Mylyn somehow add only certain JavaScript functions or objects to the current context? (except for the ability to add the files themselves to the current context). The webcast mentioned that the DLTK plugin works with Mylyn and briefly supports dynamic languages, but not much more.

+2


source to share


1 answer


In EclipsePedia you will find a list of Myyn extensions and bridges. DLTK is the only one listed there for Javascript. Installation instructions can be found on the DLTK website .

From the DLTK website:

In addition to a set of frameworks, the DLTK provides sample Tcl, Ruby, Javascript, and Python development environments out of the box.



You can find out more information from the wiki .

For Python, you can also use Pydev . I've had some experience with this plugin and found it quite handy.

+1


source







All Articles