This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 262581 - Please support code completion inside json files
Summary: Please support code completion inside json files
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: JSON (show other bugs)
Version: 8.2
Hardware: PC Other
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-26 22:12 UTC by Christian Lenz
Modified: 2016-06-26 22:12 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Lenz 2016-06-26 22:12:16 UTC
There would be a great enhancement for json files like bower.json, tsconfig.json, package.json to have code completion for the keys and for propeties which are enums too. For this there is this site: http://schemastore.org/json/ there you can see how it works. This would be really great to have this feature, because in some cases, you don't know the exact value for a field or the name or a key or you wrote it wrong. So with this feature everything would be easier to create a package.json or tsconfig.json or whatever as simple as it can be.


Regards

Chris