Skip to main content

JavaScript Development Tools Core

Project Overview

The JavaScript Development Tools (JSDT) provide plug-ins that implement an IDE supporting the development of JavaScript applications and JavaScript within web applications. It adds a JavaScript project type and perspective to the Eclipse Workbench as well as a number of views, editors, wizards, and builders.

JSDT Core Bundles

The JSDT Core is broken down into the following bundles:

  • org.eclipse.wst.jsdt.core - contains the parser, compiler, DOM and more.
  • org.eclipse.wst.jsdt.core.tests.compiler - contains tests for the compiler.
  • org.eclipse.wst.jsdt.core.tests.model - contains tests for the model.

New and Noteworthy

The JSDT debug component is very responsive to new ideas, feature requests and bug reports. The following is a list of some of the newest and more interesting additions to the component.

The latest and greatest features can be found on the WTP 3.2 New and Noteworthy page.

For a complete listing of new and noteworthy entries check the New and Noteworthy page. Entries for the JSDT can be found in the Source Editing and JSDT section.

Up To The Minute

JSDT Core is preparing to release version 3.2.1!

Build Notes
Bundles

Back to the top