Let's say that I have a constant used like ``` doSomething( catalog[CATEGORY_PACKAGES] ); ``` since the constant is only used as an index, it won't be imported and if manually added it will be removed the next time I use the fix imports.