How to remove a project (from the workspace) in PHPStorm?

**Two Approaches for PHPSTORM 2018.3 Version ** A. Eternal Removal or Deletion from Hardware and Phpstorm IDE Please visit the folder ‘PhpstormProjects’ and delete the project file manually. If you do so, you will see the folder disappear from Phpstorm explore window. This might be weird, but true. B. Remove from the recent project panel … Read more

How to increase font size in NeatBeans IDE?

you might also want to change your font size for other parts of the IDE (other than the code). Just add the parameter –fontsize <size> (default size is 11) to the startup command. You can put it into the command line when launching IDE. You can also put it into the netbeans.conf file, which is … Read more

Xcode 4 – build output directory

From the Xcode menu on top, click preferences, select the locations tab, look at the build location option. You have 2 options: Place build products in derived data location (recommended) Place build products in locations specified by targets Update: On xcode 4.6.2 you need to click the advanced button on the right side below the … Read more

Difference between WebStorm and PHPStorm

I couldn’t find any major points on JetBrains’ website and even Google didn’t help that much. You should train your search-fu twice as harder. FROM: http://www.jetbrains.com/phpstorm/ NOTE: PhpStorm includes all the functionality of WebStorm (HTML/CSS Editor, JavaScript Editor) and adds full-fledged support for PHP and Databases/SQL. Their forum also has quite few answers for such … Read more