Ilya

- 活动总数 53
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 18
- 订阅数 14
-
创建于 How to set up the indent for HTML on line breaks?
Hi there!In File | Settings | Editor | Code Style | HTML the indents can be configured. In my case it's- Tab size: 4- Indent: 4- Continuation indent: 4But when the tag is too long and break it into... -
创建于 Restoring the workspace when git check made outside the PhpStorm?
Hi,PhpStorm provides a very useful feature of the restoring the (branch related) workspace after a branch switch. Example:I'm working on the btanch `foo`, need switch to the branch `bar`, in order ... -
已编辑于 PhpStorm reduces the files list to "Open Files" by clicking on "Select Opened File"
Hi, One of the many cool small convenience features of PhpStorm is the "Select Opened File" button. When clicked, the currently opened file gets selected in the files list in the left sidebar. I'm ... -
已编辑于 How to remove trailing spaces in an imported file?rt
Hello! PhpStorm removes trailing spaces automatically on save. (I even don't know, if I can disable this behavior.) But now I have some files, that I added to the project. They have trailing spaces... -
创建于 How to remove trailing spaces in multiple files?
Hello! I can perform some actions in multiple files at once. E.g. if I wanto to Optimize Imports in multiple files, I just select them or the even simply the folder and select the according menu it... -
已编辑于 Default server or group '***' does not exist. Please review your deployment settings.
Hi! When I start PhpStorm, following warning pops up: Default server or group 'Ubuntu VM' does not exist. Please review your deployment settings. When I click on "review" the Deployment Settings d... -
已编辑于 PhpStorm throws an error "Remote file path ... is not mapped to any file path in project" in the client-to-API context
Hello! I'm developing a client application for an API server application. Both apps are hosted locally on my virtual machine. Now I want to debug my client application and get this error: Remote f... -
创建于 What is the key combination for "Find next occurence in path"?
已回答In PhpStorm I can search in path (folder with subfolders). When I have a list of matches I can navigate to them by double-clicking on the entries in the list or just by using the blue arrows in the... -
已编辑于 How to rearange the access methods?
I have a number of classes (entities or data objects) with only members and access methods (and maybe some constants or something like this, but it doesn't really matter here). The access methods a... -
创建于 Is it possible / How to find/list all closures in a defined area?
Hello community! I need to know, where I have closures in my code. (How) Can I find/list them all in a file/directory in PhpStorm `v2017.2.1`? Thanks