Last active
January 4, 2016 02:29
-
-
Save oscherler/8554859 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table> | |
<thead><tr> | |
<th><strong>PHPStorm</strong></th> | |
<th><strong>NetBeans</strong></th> | |
</tr></thead> | |
<tbody> | |
<tr> | |
<td colspan="2">Can debug PHP with XDebug (#1 feature for me)</td> | |
</tr> | |
<tr> | |
<td>Feels very snappy</td> | |
<td>Hogs the CPU on my Mac with 10.7</td> | |
</tr> | |
<tr> | |
<td>Can turn off text antialiasing</td> | |
<td>Unsatisfactory Java hack to turn off text antialiasing</td> | |
</tr> | |
<tr> | |
<td>Configuring running and debugging on a remote server is a pain</td> | |
<td>Configuring running and debugging on a remote server is easier</td> | |
</tr> | |
</tbody> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment