Search code examples
intellij-ideaphpstormwebstormjetbrains-ide

Is there a way to search "unversioned files" in JetBrains IDEs (PhpStorm, WebStorm IntelliJ etc)


Before committing my changes, I want to search for common typos, but I don't want to search through my entire project. I can search the files in the default changelist using the Find window -> Scope -> Default Changelist (i.e. files that have been modified) but not the ones that are new files which the IDE calls "Unversioned Files".

Any help would be greatly appreciated!


Solution

  • Found one way of doing it. Select the unversioned files and then right-click "Add to VCS". Then you can search in the changelist along with the modified files. Not exactly the answer I was looking for but works for my situation.