Brackets Blog

code the web

xUnit – JavaScript Unit Testing Extension

The Brackets xUnit extension was created to simplify the process of creating and developing Javascript unit tests. xUnit currently supports the unit test frameworks Jasmine, Qunit, and YUITest. Tests written in these frameworks can be run directly from the Brackets interface. The extension can also generate skeleton unit tests for Jasmine, Qunit, or YUITest by parsing the current file and creating a new test file with test cases for each method.

more

Brackets at MAX 2013

Every year Adobe puts on a giant conference called MAX in support of creative professionals. This year, Adobe has invited the Brackets community to get involved and we couldn’t be more excited. We have several sessions and activities planned that involve Brackets, so we hope to see you there. If you are still on the fence about attending MAX, maybe some Brackets-open-source-awesomeness will convince you.
more

Type-Aware JavaScript Code Intelligence

[A guest post from the LCVM team.] Howdy everyone! The LCVM team is a group of engineers at Adobe with expertise in designing languages, compilers and virtual machines. We’ve been closely following the Brackets project and were quite interested to discover Sprint 21 introduced JavaScript code hinting. This implementation does a good job of proposing code completions by tracking the identifiers and members in each scope. These hints can make coding more productive once a code base is established and the developer is reasonably familiar with the source.
more