In the first release, this toolkit provides a complete tools for Silverlight development environment in Eclipse.
| Modules | Features |
| Programming languages | C# and javaScript |
| Project management |
With eclipse4SL, developers can combine in the same time other tools like Microsoft Visual Studio or Expression Blend during application development. In other words, the Microsoft project structure is used and totally respected. A set of wizards are implemented to create
A project explorer is available to manage the project resources. |
| XAML Visual Editor | This is the main tool in this product to improve the productivity. It embeds two components in one editor: Silverlight viewer and XAML code editor.
|
| C# editor | It is an Eclipse text editor extended to support the C#. It inherits the Eclipse editor features:
Some following additional features are introduced for C# edition:
|
| Build, Run and Testing | Based on Eclipse build system, the build of the project is automatic by default. The output will be analyzed after each compilation, the detected errors will be added in the "Problem view". The markers in code editor will indicate the location. The Web application can be executed with Eclipse launch tool. |