Is copying bookmark files possible in PhpStorm?
I want to copy bookmark files (more then 1 file in different location) from project 1 to project 2 and with same folder tree (if folder is missing then he should make it recursively). Is it possible ?
Please sign in to leave a comment.
Hi Kunovaik, there is no “easy” way to do it from the IDE itself - https://youtrack.jetbrains.com/issue/IJPL-38342.
However, you can refer to a similar thread for details on how to do it manually: https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000394030.
Is there any other way ? My point is…
I have functionality in one project what may include views, controllers, etc. in different folders.
Now i want to copy them to another project and not single files, but group of files and important is that folder tree remains.
I dont want to make git for that!
And it would be great if I can make it into a group so it's easier to find for the next project