sabat24

- 活动总数 145
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 45
-
已编辑于 No suitable fields found when I try to move method
I tried to move method from one class to another one. When I selected the method and press F6 (Refactoring -> Move) I receive following message: "No suitable parametrs/fields found. Would you like ... -
创建于 Table names are shown as results when I use search for classes window
When I search for classes (ctrl + n) I receive a lot of hints regards my databases sources. What's more these results are always on the first place before my real classes. Is that correct behaviour... -
创建于 How to upload files to FTP after merge commit?
I was looking for an option to upload files after no fast forward merge has been done. I found some work around here: https://youtrack.jetbrains.net/issue/WI-8043 but I don't know what should I cli... -
创建于 Is there a way to use toString template in phpStorm like in InteliJ?
In my classes I need to implenet `jsonSerialize` method. I'm aware that I can't add my own code generator, but I thought that I can change velocity templates for similar method like `toString`. Bot... -
已编辑于 External tools - result is printed into console instead of file
Some time ago I configured an external remote tool for making a DB backup: mysqldump -h xxx -u xxx --password=xxx --databases xxx > backup_$(date +%Y-%m-%d-%H.%M.%S).sql Everything worked fine. Tod... -
已编辑于 How to run application as startup task?
I would like to run some windows applications on IDE start: local server and pageant. I added them as external tools and then created an entry in Run/Debug Configurations. I chose PHP HTTP Request ... -
创建于 Roadmap for task management plugin
Task management is a plugin that my team use very often. However because of some problems it can't be used to fast managing tasks. Some issues were submitted over 5 years ago and are still unresolv... -
创建于 Can not parse PHPUnit version (v.5.7.x) using composer autoloader on newest phpStorm
I know that there were a bug with in phpStorm 2017.1 version. However I'm using the latest stable version of phpStorm. I installed PHPUnit via composer and I don't use docker or VM. I attache the t... -
创建于 Shortcut for wraping a selected text with formating on/off?
I need to prevent some code for being formatted. Sometimes there are lot of lines and typing manually @formatter:off my piece of code @formatter:on takes a lot of time. What I need is to select som... -
创建于 Save state of code folding with manually changed parts of code
Is there a way that IDE save the states of elements which have been expanded / collapsed by me? Right now each time I open my project all code is expanded by default even if some methods were colla...