简体   繁体   中英

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 (ie 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!

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM