flode
Web developer trying to stay sane in this industry.
- Total activity 412
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 43
- Subscriptions 122
-
Created Having trouble dealing with multiple files in Find in Path
I'm new to this new way of doing Find in Path, I get multiple file search results but I don't know how to go back to the results window to view or edit or open other files, I have to do the search ... -
Created File showing error at top right but not which line
AnsweredIt shows no error message, I'm seeing no red line anywhere... nothing I click in this box takes me to the error. -
Created Ctrl+click still search folders outside of root sources
I'm having to work with at like 12 different repos together in PHPStorm, and using Ctrl+click on a variable or function or class will still show every possible same-named thing in different files i... -
Created Deploy to external server shows drop-down of one server
AnsweredI have multiple servers configured and when I right-click > Deployment > Upload to..., if the file is associated with a server that is not the default, it shows a pop-up drop-down of only that serv... -
Created Comparison may cause unexpected type coercion...
This inspection warning pops up on any JavaScript using == or != apparently: This seems unnecessary as I've had to fix code where === or !== was used everywhere (as "good practice" supposedly) bec... -
Created Multiple definitions exist for class... how to have it look only in relative root folder?
I've set up root "sources" in all the git repos in my project, which allows the editor to find a lot of the paths it couldn't, but it still thinks some classes in other repos are accessible by all ... -
Edited How to easily view and copy files currently only accessed through SSH?
I'm using PHPStorm on the latest Mac OS, can copy over files using FTP, but am having trouble viewing files on the destination outside of copying them back over through FTP or using a command-line ... -
Created Unable to remove non-existent directory from registered VCS root list
AnsweredWhen I open PHPStorm I get a warning about "Invalid VCS root mapping", when I click Configure, it takes me to Preferences (Mac) > Version Control, which shows `folder (/path/to/folder)` and VCS as ... -
Created Multiple project folders in one window?
I'm working with multiple git projects where the folders are side-by-side, but because the production versions are sometimes on their own servers, PHPStorm can't figure out the pathing so that Ctrl... -
Edited Ctrl+click on include file path does nothing
I'm looking at something like include_once('/libraries/db.inc.php'); and want to open that file quickly but ctrl+click does nothing... the file does exist. Also this does nothing (no slash): inclu...