angelozerr / eclipse-wtp-json

A JSON Editor based on WTP Eclipse (POC)
MIT License
5 stars 2 forks source link

Eclipse WTP/JSON

This project tries to move to Eclipse WTP. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=471820

Build Status

Goal of Eclipse WTP JSON is to create an advanced JSON Editor based on WTP, which is extensible and contribute if WTP Team are interested. WTP JSON Editor will provide extension points to customize the editor with custom, completion, validation, hyperlink and text hover to provide same features than Working with composer.json in PhpStorm for instance.

Those extension can be usefull to provide custom editor for bower.json, .jshintrc, etc.

Eclipse WTP JSON provides a JSON Editor based on Eclipse WTP (SSE):

JSON Editor

Features

Today this project is a POC, but her goal is to provide a WTP JSON Editor with the following commons features :

And provides advanced features like :

Why another JSON Editor?

See tern.java issue 253.

There exist several JSON Editors :

But there are some limitations :

Installation

Eclipse WTP Web JSON is developed/tested with Eclipse 4.4 Luna. It is advised to use Eclipse 4.4 Luna (even if it could work with older version of Eclipse).

To install Eclipse WTP JSON, please read Installation - Update Site section.

Build

Eclipse WTP Web Resourcese is build with this cloudbees job.

Architecture

WTP JSON Editor It follows the same architecture than XML, CSS, DTD, WTP Editors (org.eclipse.wst.sse.ui.StructuredTextEditor)