DEV Community

Discussion on: Easy Inline CSS3 Lookups in JavaScript

 
isaachagoel profile image
Isaac Hagoel
Thread Thread
 
bytebodger profile image
Adam Nathaniel Davis

Ideally, the plugin would be configurable, so you could drop in any object that would serve as a kinda "definition file". It could then be used in your autocompletes without needing to be bundled into the code itself.

It should be configurable, because even if this plugin worked beautifully, I'd hate to have to write another plugin (or find another one out there on the interwebs) the next time I have another set of commonly-used constants that I want to autocomplete.