Quick fix is always shown inside a folder
I have a project which has many directories. In my webroot I've the structure, CFSelenium/Test/cf9/. Under this directory, in a cfm file a reference is made to a cfc which is directly under the project CFSelenium/selenium.cfc using new CFSelenium.selenium(). This shows a quick fix suggestion in the gutter (where line numbers are usually shown). On clicking the proposal says Create component CFSelenium/selenium. On clicking a message - THIS ALREADY EXISTS is shown, why this suggestion is shown? I already have the cfc and no suggestion should be shown. I can't get Quick fix to work anywhere and I hate to see dirty yellow lines in my code.
What should I do resolve this?
