flode

Web developer trying to stay sane in this industry.
- 活动总数 412
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 43
- 订阅数 122
-
创建于 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 ... -
创建于 File showing error at top right but not which line
已回答It shows no error message, I'm seeing no red line anywhere... nothing I click in this box takes me to the error. -
创建于 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... -
创建于 Deploy to external server shows drop-down of one server
已回答I 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... -
创建于 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... -
创建于 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 ... -
已编辑于 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 ... -
创建于 Unable to remove non-existent directory from registered VCS root list
已回答When 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 ... -
创建于 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... -
已编辑于 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...