With SBT’s IntelliJ integration, my project often gets in a state where it’s necessary to do the following:
- Invalidate caches and restart
- If that doesn’t work, delete the
.idea
directory and “Creat project from existing sources”
Does CBT’s IntelliJ integration have the same problem?