I've recently started migrating my projects to VsCode, and DevSense is a great tool. But when I moved another project into VsCode, I found that DevSense was still using the data from the previous project for autocomplete and suggestions. In the screenshot below, the list of folders in the autocomplete does not match the actual list of folders in the app folder, it contains folders from the previous project.

If I click the "Quick fix" link, the class path will be updated by the path of the previous project.

Where does DevSense store autocomplete and suggestion data and how do I ask DevSense to rescan this data?