Ilya
- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 18
- Subscriptions 14
-
Created 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... -
Created 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 ... -
Edited 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 ... -
Edited 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... -
Created 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... -
Edited 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... -
Edited 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... -
Created What is the key combination for "Find next occurence in path"?
AnsweredIn 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... -
Edited 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... -
Created 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