Activity for PHPStorm (jetbrains.com) on co-funded.comhttps://www.co-funded.com/Activity for on co-funded.comen-usCopyright (C) 2013 co-funded.com New Suggestion for PHPStorm (jetbrains.com) : Option To Have The Search/replace Fields Stay The Same Across All Tabs<p>I often want to search for the same field in a few of my open tabs, but currently when I switch tab, I have to re-enter the search term.</p><p>I would like the option to change it so it works this way</p>https://www.co-funded.com/jetbrains.com/PHPStorm/s/Option-To-Have-The-Search-replace-Fields-Stay-The-Same-Across-All-TabsSat, 07 Feb 2015 11:34:58 -0500 New Suggestion for PHPStorm (jetbrains.com) : Automatic Project Time Counter<p>I hate having to deal with billing and counting my hours for my various projects.</p><p>I would like PHPStorm to record certain activities and allow the raw data to be exported, ideally directly into an SQL database. Alternatively/additionally, the (intelligently) correlated statistics could be presented in a user-friendly way.</p><p>The end result, once correlated, would be something like the example below (Note: the algorithm was made up on the spot and is probably not the best way of figuring out time spent, but a good start perhaps).</p><h2 style="font-style:italic">Example</h2><p>[Date Range: 1st Sep-&gt;1st Oct]</p><p><strong>Totals</strong></p><ul> <li>Project A: 30 hours</li> <li>Project B: 2 hours</li> <li>Project C: 7 hours</li> <li>Project D: 43 hours</li></ul><p><strong>Breakdown</strong></p><p><em>Project A</em></p><ul> <li>Project Open: 300 hours</li> <li>Project Has Focus: 50 hours</li> <li>Active Typing time (less than 10 seconds between keystrokes):8 hours</li> <li>Active time (less than 5 minutes between keystrokes): 18 hours</li> <li>Semi active time (less than 20 minutes between keystrokes): 24 hours</li></ul><p><em>Project A Calculation:</em><br><code>Active Typing + 1/2 Active time + 1/3 Semi active time + 1/10th Focus<br>8 + (18/2) + (24/3) + (50/10) = 30</code></p><p>and so on for the other projects</p>https://www.co-funded.com/jetbrains.com/PHPStorm/s/Automatic-Project-Time-CounterTue, 27 Jan 2015 20:03:02 -0500 New Suggestion for PHPStorm (jetbrains.com) : Automatically add End If comments<p>I would like a feature in PHPStorm where when I create an if statement and the contents are longer than a configurable number of lines, it will automatically add an end if comment as follows:</p><p>&nbsp;</p><p><code>if ($variable == true) {</code></p><p><code>&nbsp; &nbsp; // More than [10] lines of content</code></p><p><code>} // end&nbsp;if ($variable == true) [Added by this feature]</code></p><p>&nbsp;</p><p>As you can see it simply adds "// end" and the complete if statement, save for the opening { (if it is on that line)</p>https://www.co-funded.com/jetbrains.com/PHPStorm/s/Automatically-add-End-If-commentsTue, 27 Jan 2015 20:02:02 -0500 ?>