Autocomplete File Names in Commits

How to reference filenames in a commit in WebStorm.

Tip Screenshot

WebStorm makes it easy to reference the right file with autocompletion for filenames that were changed in the commit. So you can provide more meaningful commit messages.


Related Resources

Resolve Conflicts
Resolve Conflicts
Let the IDE help in the tricky business of resolving merge conflicts.
Move Work Aside With Stash
Move Work Aside With Stash
Use git's stash to move uncommitted work aside temporarily.
Move Work Aside With Shelve
Move Work Aside With Shelve
Move uncommitted work aside when you need to work on another branch.