This project tries to move to Eclipse WTP. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=471820
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):
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 :
See tern.java issue 253.
There exist several JSON Editors :
But there are some limitations :
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.
Eclipse WTP Web Resourcese is build with this cloudbees job.
WTP JSON Editor It follows the same architecture than XML, CSS, DTD, WTP Editors (org.eclipse.wst.sse.ui.StructuredTextEditor)