code completion issues
I use the latest version of webstorm 9.
1, I don't know how to get autocompletion at dependency injection for AngularJS.
2, My other question would be, is it possible to list the direct methods / properties of an object? Instead of listing __defineGetter__ and other things in priority?
3, At yeoman generator-webapp, in index.html there is no clear path for bootstrap.css because it is being injected by grunt-usemin. Altho in settings under bower dependencies webstorm realises there is a bootstrap-sass-official dependency, but still there is no bootstrap code completion at all.
Please sign in to leave a comment.
1. dependency injection support is partially available in 9.0.1 (see https://youtrack.jetbrains.com/issue/WEB-11848), but I'm not sure what completion you expect within a parameters list - you are even not using the array notation (
3. not sure I follow you... Only selectors from .css files explicitly included in .html via <link> tag are available for completion inside this .html