Friendly Jira Robot created ERT-211:
---------------------------------------
Summary: 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
Priority: Trivial
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
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)