]
Gorkem Ercan updated ERT-211:
-----------------------------
Sprint: devex #116 June 2016, devex #117 July 2016 (was: devex #116 June 2016)
JSON Hover should use JSON Schema description [EBZ#494046]
----------------------------------------------------------
Key: ERT-211
URL:
https://issues.jboss.org/browse/ERT-211
Project: Eclipse Release Train
Issue Type: Task
Components: WTP Source Editing
Reporter: Friendly Jira Robot
Assignee: Snjezana Peco
Priority: Trivial
Labels: bzira, wst.json
Fix For: Neon.1 (4.6)
Takes a sample with package.json:
----------------------
{
"name": "..."
}
----------------------
When "name" is hovered, it should show "The name of the package."
which comes from the JSON Schema
http://json.schemastore.org/package
(properties/name/description)
This feature will be possible once
https://bugs.eclipse.org/bugs/show_bug.cgi?id=490639
will be fixed