0

Is it possible in PhpStorm 2018.2 to shelve untracked/new files?

It doesn't seem to be but I can't find a definitive answer on this and this support question seems to suggest it was at least possible in the past.

Rooster242
  • 911
  • 3
  • 10
  • 19

1 Answers1

1

No, it's not possible (despite this reply https://stackoverflow.com/a/28008816/8020009) Shelving/stashing untracked files isn't implemented yet: https://youtrack.jetbrains.com/issue/IDEA-62354 - feel free to vote/comment for it in order to increase its priority and get notified about updates.

Dmitrii
  • 3,377
  • 1
  • 21
  • 38
  • Thanks for the info. The jetbrains issue you linked to is about git stash, not shelving. Do you know of a "shelve improvements" issue I can vote on? – Rooster242 Aug 03 '18 at 22:45
  • `git shelve` doesn't exist in Git. Once above-mentioned issue would get addressed, shelving would also work the way you want it. – Dmitrii Aug 06 '18 at 08:20
  • I know `git shelve` doesn't exist. I am only referring to PhpStorm's internal shelve feature. Nothing to do with git. In any case, you answered what I wanted to know. Thanks! – Rooster242 Aug 07 '18 at 21:10