Reputation: 690
Webstorm is pretty smart when providing auto completion for node.js modules. unfortunatelly for some reason if the required module is a json file i.e
var settings = require('./settings.json);
it does require it and build an object with the data but, no autocomplete is provided in the editor.
Anyone have any solutions for that?
Thanks.
Upvotes: 2
Views: 844