Posted by : Unknown Saturday 22 February 2014



      Just like any other IDE which do basic type checking of PHP code, PHPStorm also understands your code. And it is not just for PHP code but also for HTML, JavaScript and CSS. It also includes LESS, SASS, SCSS, SQL etc. 
     Anytime you commit a mistake like mistyped variable, using undeclared variable, not closing HTML tags, write non-optimized code, forget a semicolon (frequently done :P ) in a CSS file, write a longer styles rule when a simpler one is available, or create a nested if-else ladder where some code becomes unreachable - PhpStorm, helps in inspecting your code and report them all to you. The IDE detects a large number of simple and small yet common mistakes you commit as a web developer and reduces the time and frustration usually spent on mundane mistakes. All you need to do is to go to Settings -> Project Settings -> Inspections and turn on the settings you think you need for each supported language.

ALSO SEE: GRAND THEFT AUTO V TO HAVE CUSTOMISABLE CARS AND WEAPONS
  

{ 1 comments... read them below or add one }

Creative Commons License
Technodrivein by Harish is licensed under a Creative Commons Attribution 3.0 Unported License.
back to top