szdc / brackets-cdn-suggestions

Provides auto-complete suggestions for common scripts/CSS documents hosted by Google (e.g. jQuery, AngularJS)
MIT License
29 stars 3 forks source link

Some libraries use more than one file (e.g. Bootstrap) but only one is entered into the document #7

Open szdc opened 9 years ago

szdc commented 9 years ago

Example: Bootstrap has CSS and JS, but only the JS file is entered into the document when you select the library.

This is tricky to solve because you'd have to ask the API for the assets property to see all the files used - without knowing which libraries have multiple files, doing so would mean the query results would be more than 15MB.